TreeView for WinForms | ComponentOne
C1.Framework Namespace / Style Class / Disabled Property

In This Topic
    Disabled Property (Style)
    In This Topic
    Gets or sets the style to be used when the element is disabled.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    <DefaultValueAttribute("")>
    Public Property Disabled As Style
    [Browsable(false)]
    [DefaultValue("")]
    public Style Disabled {get; set;}
    See Also