EditorFormatDefinition.ForegroundCustomizable Property

Definition

Determines whether the foreground of this format is customizable.

public:  property Nullable<bool> ForegroundCustomizable {  public:
Nullable<bool> get(); protected:
 void set(Nullable<bool> value); };
public bool? ForegroundCustomizable { get; protected set; }
member this.ForegroundCustomizable : Nullable<bool> with get, set
Public Property ForegroundCustomizable As Nullable(Of Boolean)

Property Value

true if the foreground of this format is customizable, otherwise false.

Applies to