FontAndColorProviderBase.FontColorDefaults Property

Gets font and color defaults.

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

Syntax

'Declaration
Protected ReadOnly Property FontColorDefaults As ArrayList 
    Get
'Usage
Dim value As ArrayList 

value = Me.FontColorDefaults
protected ArrayList FontColorDefaults { get; }
protected:
property ArrayList^ FontColorDefaults {
    ArrayList^ get ();
}
member FontColorDefaults : ArrayList
function get FontColorDefaults () : ArrayList

Property Value

Type: System.Collections.ArrayList
An ArrayList of font and color defaults.

See Also

Reference

FontAndColorProviderBase Class

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