Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / ISmartDropDown Interface / ActionSequence Property


In This Topic
    ActionSequence Property (ISmartDropDown)
    In This Topic
    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