Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NCommandContext Class / SetChecked Method
True to check the commands, false otherwise.


In This Topic
    SetChecked Method (NCommandContext)
    In This Topic
    Checks all the commands sharing this context.
    Syntax
    'Declaration
     
    
    Public Overridable Sub SetChecked( _
       ByVal check As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NCommandContext
    Dim check As System.Boolean
     
    instance.SetChecked(check)
    public virtual void SetChecked( 
       System.bool check
    )

    Parameters

    check
    True to check the commands, false otherwise.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also