Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1Command Class / CheckAutoToggle Property

In This Topic
    CheckAutoToggle Property (C1Command)
    In This Topic
    If true, the Checked property value is toggled automatically when this command is invoked.
    Syntax
    'Declaration
     
    
    Public Property CheckAutoToggle As Boolean
    public bool CheckAutoToggle {get; set;}
    See Also