IWinComboBox Properties |
The IWinComboBox 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.) |
![]() | wExtendedUI |
By default, the F4 key opens or closes the list and the DOWN ARROW changes the current selection. In a combo box with the extended user interface, the F4 key is disabled and pressing the DOWN ARROW key opens the drop-down list.
|
![]() | Width |
The object's width in pixels.
(Inherited from IControl.) |
![]() | wIsDropDownOpened |
Checks the state of the drop-down list.
(Inherited from IDropDown.) |
![]() | wItem |
Returns a collection of item names. An item name can be retrieved by the item's index.
(Inherited from IComboBox.) |
![]() | wItemCount |
Returns the total number of items in the combo box.
(Inherited from IComboBox.) |
![]() | wItemImage |
Returns the image that is displayed for the item when it is not selected.
|
![]() | wItemLParam |
Returns the value specific to the specified item.
|
![]() | wItemSelectedImage |
Returns the image that is displayed for the item when it is selected.
|
![]() | wSelectedItem |
Returns the index of the selected item.
(Inherited from IComboBox.) |
![]() | wText |
Returns the control text.
(Inherited from IDropDownWithText.) |