Skip to main content

TdxBarItemLink.ViewLayout Property

Specifies the order in which the item link’s glyph, caption, and embedded control are displayed in the item link’s controls.

Declaration

property ViewLayout: TdxBarItemViewLayout read; write; default ivlGlyphCaptionControl;

Property Value

Type Default
TdxBarItemViewLayout ivlGlyphCaptionControl

Remarks

Options include:

Value Meaning
ivlGlyphCaptionControl Glyph, then caption, and then embedded control.
ivlGlyphControlCaption Glyph, then embedded control, and then caption.

By default, the ViewLayout property is set to ivlGlyphControlCaption for check box controls. However, for check box controls located in submenus or popup menus, ivlGlyphControlCaption is ignored – they are painted as if the ivlGlyphCaptionControl option is used. This built-in behavior helps you reproduce the look and feel of the Microsoft Office check box controls in your applications.

The default value of the ViewLayout property is ivlGlyphCaptionControl.

See Also