System.Windows.Forms.VisualStyles.GlyphType Enumeration

Specifies the type of glyph for elements with a bitmap background.

Syntax

public enum GlyphType

Remarks

The System.Windows.Forms.VisualStyles.GlyphType values represent the return values of the VisualStyleRenderer.GetEnumValue(EnumProperty) method when it is called with an argument value of EnumProperty.GlyphType.

Members

Member NameDescription
FontGlyph

The glyph is a font.

ImageGlyph

The glyph is a bitmap.

None

The element does not include a glyph.

Requirements

Namespace: System.Windows.Forms.VisualStyles
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0