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. |
![]() | EndColumn | Gets or sets the ending column of the SmartUx control. (Inherited from Attachmate.Reflection.UserInterface.ISmartControl) |
![]() | EndRow | Gets or sets the ending row of the SmartUx control. (Inherited from Attachmate.Reflection.UserInterface.ISmartControl) |
![]() | ForegroundColor | Gets or sets the foreground color of the SmartUx control. (Inherited from Attachmate.Reflection.UserInterface.ISmartControl) |
![]() | Id | Gets the unique id for this SmartUx control. (Inherited from Attachmate.Reflection.UserInterface.ISmartControl) |
![]() | ItemCount | Gets the number of items in the drop down list. |
![]() | SelectedValue | Gets or sets the item selected in the drop down list. |
![]() | StartColumn | Gets or sets the starting column of the SmartUx control. (Inherited from Attachmate.Reflection.UserInterface.ISmartControl) |
![]() | StartRow | Gets or sets the starting row of the SmartUx control. (Inherited from Attachmate.Reflection.UserInterface.ISmartControl) |
![]() | ToolTipText | Gets or sets the tool tip text for the SmartUx control. (Inherited from Attachmate.Reflection.UserInterface.ISmartControl) |
Name | Description | |
---|---|---|
![]() | AddText | Adds a string to the drop down list. |
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable) |
![]() | 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. |