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


In This Topic
    GetCommandEnabled Method
    In This Topic
    Determines whether the command with the specified id is enabled for this instance.
    Syntax
    'Declaration
     
    
    Function GetCommandEnabled( _
       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.GetCommandEnabled(commandID)
    System.bool GetCommandEnabled( 
       System.int commandID
    )

    Parameters

    commandID
    The id to examine.

    Return Value

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