Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / INCaptionControl Interface / GetCommandChecked Method
The id to examine.


In This Topic
    GetCommandChecked Method
    In This Topic
    Determines whether the command with the specified id is checked for this instance.
    Syntax
    'Declaration
     
    
    Function GetCommandChecked( _
       ByVal commandID As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As INCaptionControl
    Dim commandID As System.Integer
    Dim value As System.Boolean
     
    value = instance.GetCommandChecked(commandID)
    System.bool GetCommandChecked( 
       System.int commandID
    )

    Parameters

    commandID
    The id to examine.

    Return Value

    True if checked, 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