PenSettings.ImmutableColor Property

Definition

Makes the Color setting immutable, unchangeable by others. Once it's make immutable, no one else can change it.

public:
 property bool ImmutableColor { bool get(); void set(bool value); };
public bool ImmutableColor { get; set; }
member this.ImmutableColor : bool with get, set
Public Property ImmutableColor As Boolean

Property Value

true means the Color setting is immutable; otherwise it is not.

Applies to