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


In This Topic
    ActionSequence Property (ISmartButton)
    In This Topic
    A sequence of input map actions to execute when this button is clicked.
    Syntax
    'Declaration
     
    
    Property ActionSequence As Object
    'Usage
     
    
    Dim instance As ISmartButton
    Dim value As Object
     
    instance.ActionSequence = value
     
    value = instance.ActionSequence
    object ActionSequence {get; set;}
    See Also