EditorFormatDefinition::ForegroundCustomizable Property
Visual Studio 2015
Determines whether the foreground of this format is customizable.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
public: property Nullable<bool> ForegroundCustomizable { [CompilerGeneratedAttribute] Nullable<bool> get(); [CompilerGeneratedAttribute] protected: void set(Nullable<bool> value); }
Property Value
Type: System::Nullable<Boolean>true if the foreground of this format is customizable, otherwise false.
Show: