MapWindowDevelper:ComboBoxItem
From MapWindow GIS
MapWindow.Interfaces.ComboBoxItem
Object given back when a ComboBox is added to the Toolbar.
Property Members
| Name | Access | Summary |
|---|---|---|
| Cursor : Cursor | public | Gets/Sets the cursor |
| Description : String | public | Gets/Sets the description for the control (used when the user customizes the Toolbar) |
| DropDownStyle : ComboBoxStyle | public | Gets/Sets the style of the combo box |
| Enabled : Boolean | public | Gets/Sets the enabled state of the ComboBoxItem |
| Name : String | public | Gets the name of the ComboBoxItem object |
| SelectedIndex : Int32 | public | Gets/Sets the zero based index of the selected item |
| SelectedItem : Object | public | Gets/Sets the selected object |
| SelectedText : String | public | Gets/Sets the selected item text |
| SelectionLength : Int32 | public | Gets/Sets the length of the highlighted text |
| SelectionStart : Int32 | public | Gets/Sets the start index of the highlighted text |
| Text : String | public | Gets/Sets the text for this object |
| Tooltip : String | public | Gets/Sets the tooltip text for the control |
| Width : Int32 | public | Gets/Sets the width of the control |
Method Members
| Name | Access | Summary |
|---|---|---|
| Items() : ObjectCollection | public | Returns a collection of items |
















