Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NCommandContext Class / GetEnabled Method


In This Topic
    GetEnabled Method
    In This Topic
    Checks if commands sharing this context should be enabled.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetEnabled() As System.Boolean
    'Usage
     
    
    Dim instance As NCommandContext
    Dim value As System.Boolean
     
    value = instance.GetEnabled()
    public virtual System.bool GetEnabled()

    Return Value

    true if should be 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