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


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