EditorFormatDefinition.ForegroundCustomizable Property

Determines whether the foreground of this format is customizable.

Namespace:  Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
Public Property ForegroundCustomizable As Nullable(Of Boolean)
public Nullable<bool> ForegroundCustomizable { get; protected set; }
public:
property Nullable<bool> ForegroundCustomizable {
    Nullable<bool> get ();
    protected: void set (Nullable<bool> value);
}
member ForegroundCustomizable : Nullable<bool> with get, set
function get ForegroundCustomizable () : Nullable<boolean>
protected function set ForegroundCustomizable (value : Nullable<boolean>)

Property Value

Type: System.Nullable<Boolean>
true if the foreground of this format is customizable, otherwise false.

.NET Framework Security

See Also

Reference

EditorFormatDefinition Class

Microsoft.VisualStudio.Text.Classification Namespace