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

In This Topic
    Locked Property (Style)
    In This Topic
    Gets or sets whether the style is locked and cannot be modified.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    <DefaultValueAttribute(False)>
    Public Property Locked As Boolean
    [Browsable(false)]
    [DefaultValue(false)]
    public bool Locked {get; set;}
    Remarks
    This property is useful when you want to prevent code from accidentally modifying 'stock' styles.
    See Also