Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandControl Class / OnCommandStateQuery Method

In This Topic
    OnCommandStateQuery Method (C1CommandControl)
    In This Topic
    This method is for internal use only.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnCommandStateQuery( _
       ByVal e As CommandStateQueryEventArgs _
    ) 
    protected virtual void OnCommandStateQuery( 
       CommandStateQueryEventArgs e
    )

    Parameters

    e
    See Also