InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / 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
     
    Public Property Locked As Boolean
    public bool Locked {get; set;}
    Remarks
    This property is useful when you want to prevent code from accidentally modifying 'stock' styles.
    See Also