Version

GlyphInfo Property (UltraToggleEditorBase)

Determines how check boxes are drawn.
Syntax
'Declaration
 
Public Overridable Property GlyphInfo As Infragistics.Win.GlyphInfoBase
public virtual Infragistics.Win.GlyphInfoBase GlyphInfo {get; set;}
Remarks

To use the standard glyphs, set this property to the static UIElementDrawParams.StandardCheckBoxGlyphInfo instance.

To use the Office2007 glyphs, set this property to the static UIElementDrawParams.Office2007CheckBoxGlyphInfo instance.

Note: If you want to set the GlyphInfo for all Infragistics controls in your application, use the static Infragistics.Win.UIElementDrawParams.CheckBoxGlyphInfo property. It is not neccessary to set GlyphInfo on each control individually. This control setting will override the UIElementDrawParams setting.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also