Reflection
ActionSequence Property (ISmartDropDown)


A sequence of input map actions to execute when the selection is changed in this drop down.
Syntax
'Declaration
 
Property ActionSequence As Object
'Usage
 
Dim instance As ISmartDropDown
Dim value As Object
 
instance.ActionSequence = value
 
value = instance.ActionSequence
object ActionSequence {get; set;}
See Also