Click or drag to resize

IExtJSComboBox Properties

The IExtJSComboBox type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets the collection of child objects.
(Inherited from IObjectTreeNode.)
Public propertyEnabled
Specifies whether the object is enabled or disabled.
(Inherited from IControl.)
Public propertyHeight
The object's height in pixels.
(Inherited from IControl.)
Public propertyParent
The parent object.
(Inherited from IObjectTreeNode.)
Public propertyScreenLeft
The horizontal position of the object's left edge in screen coordinates.
(Inherited from IControl.)
Public propertyScreenTop
The vertical position of the object's top edge in screen coordinates.
(Inherited from IControl.)
Public propertyVisible
Specifies whether an onscreen object is visible to users.
(Inherited from IControl.)
Public propertyVisibleOnScreen
Specifies whether the whole object or any of its parts is currently visible on screen.
(Inherited from IControl.)
Public propertyWidth
The object's width in pixels.
(Inherited from IControl.)
Public propertywIsDropDownOpened
Checks the state of the drop-down list.
(Inherited from IDropDown.)
Public propertywItem
Returns a collection of item names. An item name can be retrieved by the item's index.
(Inherited from IComboBox.)
Public propertywItemCount
Returns the total number of items in the combo box.
(Inherited from IComboBox.)
Public propertywSelected
Returns whether the item is selected.
Public propertywSelectedItem
Returns the index of the selected item.
(Inherited from IComboBox.)
Public propertywText
Returns the control text.
(Inherited from IDropDownWithText.)
Top
See Also