Attachmate.Reflection Assembly > Attachmate.Reflection.UserInterface Namespace : ISmartDropDown Interface |
The following tables list the members exposed by ISmartDropDown.
Name | Description | |
---|---|---|
![]() | ActionSequence | A sequence of input map actions to execute when the selection is changed in this drop down. |
![]() | CurrentItemIndex | Gets or sets the index of the item selected in the drop down list. |
![]() | ItemCount | Gets the number of items in the drop down list. |
![]() | SelectedValue | Gets or sets the item selected in the drop down list. |
Name | Description | |
---|---|---|
![]() | AddText | Adds a string to the drop down list. |
![]() | RemoveItem | Removes a specific item from the drop down list. |
![]() | RemoveText | Removes a string from the drop down list. |
Name | Description | |
---|---|---|
![]() | ValueChanged | This event is triggered when the value selected by this decoration is changed. |