Type of object.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration ObjectType |
| C# |
|---|
public enum ObjectType |
| Visual C++ |
|---|
public enum class ObjectType |
| JavaScript |
|---|
Greatis.Nostalgia.ObjectType = function(); Greatis.Nostalgia.ObjectType.createEnum('Greatis.Nostalgia.ObjectType', false); |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Window | 0 | The window itself rather than a child object. | |
| SysMenu | -1 | The window's system menu. | |
| TitleBar | -2 | The window's title bar. | |
| Menu | -3 | The window's menu bar. | |
| Client | -4 | The window's client area. | |
| VScroll | -5 | The window's vertical scroll bar. | |
| HScroll | -6 | The window's horizontal scroll bar. | |
| SizeGrip | -7 | The window's size grip: an optional frame component located at the lower-right corner of the window frame. | |
| Caret | -8 | The text insertion bar (caret) in the window. | |
| Cursor | -9 | The mouse pointer. There is only one mouse pointer in the system, and it is not a child of any window. | |
| Alert | -10 | An alert that is associated with a window or an application. | |
| Sound | -11 | A sound object. |