IEditorSettings.HighlightWords Property
Applies to v2.
Gets or sets whether to highlight words.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Property HighlightWords As Boolean
Get
Set
'Usage
Dim instance As IEditorSettings
Dim value As Boolean
value = instance.HighlightWords
instance.HighlightWords = value
bool HighlightWords { get; set; }
property bool HighlightWords {
bool get ();
void set (bool value);
}
abstract HighlightWords : bool with get, set
function get HighlightWords () : boolean
function set HighlightWords (value : boolean)
Property Value
Type: System.Boolean
true to highlight words; otherwise, false.