Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NInputElement Class / IsDisabled Property


In This Topic
    IsDisabled Property (NInputElement)
    In This Topic
    Gets whether this element is disabled. The local value of this property is automatically set to true, when the computed value of the Enabled property is false. The local value of this property is automatically cleared to its default false, when the computed value of the Enabled property is true. In this way you can select disabled widgets via styling, by using the ValueEqualsCondition
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsDisabled As System.Boolean
    'Usage
     
    
    Dim instance As NInputElement
    Dim value As System.Boolean
     
    value = instance.IsDisabled
    public System.bool IsDisabled {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also