The following tables list the members exposed by _SmartDropDown.
Name | Description | |
---|---|---|
![]() | EndColumn | Gets or sets the ending column of the control. |
![]() | EndRow | Gets or sets the ending row of the control. |
![]() | ForegroundColor | Gets or sets the foreground color of the control. |
![]() | Id | Gets or sets the unique id for this control. |
![]() | ItemCount | Returns the number of items in the drop down list. |
![]() | SelectedIndex | Gets or sets the currently selected item in the drop down list. |
![]() | StartColumn | Gets or sets the starting column of the control. |
![]() | StartRow | Gets or sets the starting row of the control. |
![]() | Text | Gets or sets the current value in the control. |
![]() | ToolTipText | Gets or sets the tool tip text for the control. |
Name | Description | |
---|---|---|
![]() | AddText | Adds an item to the drop down list. |
![]() | RemoveItem | Removes an item from a specific location in the drop down list. |
![]() | RemoveText | Removes an item from the drop down list. |