The ComboBox type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add | Overloaded. | |
| Clear |
Clears the combo box of all items.
| |
| Dispose | Performs tasks associated with freeing, releasing, or resetting unmanaged resources. | |
| Equals | (Inherited from Object.) | |
| Finalize | (Overrides Object..::.Finalize()()().) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetItem |
Gets the combo box item with the provided cookie.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnEditChange |
Called by the framework when the edit box is typed into (if editable).
| |
| OnEnter | ||
| OnFocus |
Called by the framework when the combo box gets or loses focus.
| |
| OnSelChange |
Called by the framework when a selection changes.
| |
| OnUpdate |
Called periodically by the framework once the combo box has been created.
| |
| Remove |
Removes the item that corresponds to the provided cookie.
| |
| Select |
Selects an item in the combo box with the specified cookie.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Enabled |
Gets or sets a value indicating whether this ComboBox is enabled.
| |
| Hook | Returns the reference to an IApplication object. | |
| items |
Gets the collection of all of the items in the combo box.
| |
| Selected |
Gets the cookie corresponding to the currently selected item in the combo box.
| |
| Value |
Gets the string in the edit control.
|