FontAndColorProviderBase.FontColorFlags Property

Gets font and color provider base. Allows derived classes to customize it.

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

Syntax

'Declaration
Protected Overridable ReadOnly Property FontColorFlags As UInteger 
    Get
'Usage
Dim value As UInteger 

value = Me.FontColorFlags
protected virtual uint FontColorFlags { get; }
protected:
virtual property unsigned int FontColorFlags {
    unsigned int get ();
}
abstract FontColorFlags : uint32 
override FontColorFlags : uint32
function get FontColorFlags () : uint

Property Value

Type: System.UInt32
An integer value.

See Also

Reference

FontAndColorProviderBase Class

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