Reflection
ISmartDropDown Interface Members
Properties  Methods  Events

The following tables list the members exposed by ISmartDropDown.

Public Properties
 NameDescription
 PropertyActionSequenceA sequence of input map actions to execute when the selection is changed in this drop down.  
 PropertyCurrentItemIndexGets or sets the index of the item selected in the drop down list.  
 PropertyItemCountGets the number of items in the drop down list.  
 PropertySelectedValueGets or sets the item selected in the drop down list.  
Top
Public Methods
 NameDescription
 MethodAddTextAdds a string to the drop down list.  
 MethodRemoveItemRemoves a specific item from the drop down list.  
 MethodRemoveTextRemoves a string from the drop down list.  
Top
Public Events
 NameDescription
 EventValueChangedThis event is triggered when the value selected by this decoration is changed.  
Top
See Also