Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NCaptionButton Class / Enabled Property


In This Topic
    Enabled Property (NCaptionButton)
    In This Topic
    Gets or sets a value whether the button is enabled.
    Syntax
    'Declaration
     
    
    Public Overridable Property Enabled As System.Boolean
    'Usage
     
    
    Dim instance As NCaptionButton
    Dim value As System.Boolean
     
    instance.Enabled = value
     
    value = instance.Enabled
    public virtual System.bool Enabled {get; set;}
    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