Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandHolder Class / StateUpdateOnIdle Property

In This Topic
    StateUpdateOnIdle Property
    In This Topic
    Gets or sets the value indicating whether to update commands' status when idle.
    Syntax
    'Declaration
     
    
    Public Property StateUpdateOnIdle As Boolean
    public bool StateUpdateOnIdle {get; set;}
    See Also