FontAndColorProviderBase.Reset Property

Resets the font and color.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.dll)

Syntax

'Declaration
Protected ReadOnly Property Reset As Boolean 
    Get
'Usage
Dim value As Boolean 

value = Me.Reset
protected bool Reset { get; }
protected:
property bool Reset {
    bool get ();
}
member Reset : bool
function get Reset () : boolean

Property Value

Type: System.Boolean
A Boolean value.

See Also

Reference

FontAndColorProviderBase Class

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace