Nevron.UI.WinForm.Docking Namespace / INCaptionControl Interface / GetCommandEnabled Method


In This Topic
    GetCommandEnabled Method
    In This Topic
    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
    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