Type of object.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
| Visual Basic (Declaration) |
|---|
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 | Description | |
|---|---|---|
| Window |
The window itself rather than a child object.
| |
| SysMenu |
The window's system menu.
| |
| TitleBar |
The window's title bar.
| |
| Menu |
The window's menu bar.
| |
| Client |
The window's client area.
| |
| VScroll |
The window's vertical scroll bar.
| |
| HScroll |
The window's horizontal scroll bar.
| |
| SizeGrip |
The window's size grip: an optional frame component located at the lower-right corner of the window frame.
| |
| Caret |
The text insertion bar (caret) in the window.
| |
| Cursor |
The mouse pointer. There is only one mouse pointer in the system, and it is not a child of any window.
| |
| Alert |
An alert that is associated with a window or an application.
| |
| Sound |
A sound object.
|