VsColors.DropDownDisabledGlyphKey Property

Gets the dropdown disabled glyph key.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Declaration
Public Shared ReadOnly Property DropDownDisabledGlyphKey As Object
public static Object DropDownDisabledGlyphKey { get; }
public:
static property Object^ DropDownDisabledGlyphKey {
    Object^ get ();
}
static member DropDownDisabledGlyphKey : Object
static function get DropDownDisabledGlyphKey () : Object

Property Value

Type: System.Object
The dropdown disabled glyph key.

.NET Framework Security

See Also

Reference

VsColors Class

Microsoft.VisualStudio.Shell Namespace