IWinListBox Properties |
The IWinListBox type exposes the following members.
| Name | Description | |
|---|---|---|
| Children |
Gets the collection of child objects.
(Inherited from IObjectTreeNode.) | |
| Enabled |
Specifies whether the object is enabled or disabled.
(Inherited from IControl.) | |
| Height |
The object's height in pixels.
(Inherited from IControl.) | |
| Parent |
The parent object.
(Inherited from IObjectTreeNode.) | |
| ScreenLeft |
The horizontal position of the object's left edge in screen coordinates.
(Inherited from IControl.) | |
| ScreenTop |
The vertical position of the object's top edge in screen coordinates.
(Inherited from IControl.) | |
| Visible |
Specifies whether an onscreen object is visible to users.
(Inherited from IControl.) | |
| VisibleOnScreen |
Specifies whether the whole object or any of its parts is currently visible on screen.
(Inherited from IControl.) | |
| wFocus |
Returns the index of the focused item.
(Inherited from IListBox.) | |
| Width |
The object's width in pixels.
(Inherited from IControl.) | |
| wItem |
Returns a collection of item names. A name can be retrieved by the item's index.
(Inherited from IListBox.) | |
| wItemBounds |
Returns the bounds of the item specified by its index.
| |
| wItemCount |
Returns the total number of items in the list box control.
(Inherited from IListBox.) | |
| wLParam |
Returns the user data associated with the item.
| |
| wSelected |
Returns a collection of item states. A state can be retrieved by the item's index or name.
(Inherited from IListBox.) |