Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandLink Class / State Property

In This Topic
    State Property
    In This Topic
    Gets the current state of the command link (normal, hot, pressed, open).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property State As ItemStateEnum
    public ItemStateEnum State {get;}
    See Also