| ArcGIS Explorer Component Help |
| ComboBox Members |
| ComboBox Class Methods Properties See Also |
The ComboBox type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnEnter |
Called when the control gets focus.
| |
| OnLeave |
Called on an editable combobox, providing an opportunity to perform some work when focus moves away from the control.
| |
| OnSelectionChange |
Called when the selection changes, providing an opportunity to perform some work.
| |
| OnTextChange |
Called on an editable combobox, providing an opportunity to perform some work when text changes.
| |
| OnUpdate |
Called periodically, providing an opportunity to perform some work.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Enabled |
Gets or sets the enabled state of the ComboBox.
| |
| Items |
Gets a collection of all the items in the ComboBox.
| |
| SelectedItem |
The ComboItem which is selected in the ComboBox.
|