Skip to main content

TdxCustomScreenTipBand.GlyphFixedWidth Property

Specifies if the ScreenTip section’s explanatory image is resized to meet the width requirements outlined in the Microsoft® Office® 2007 UI guidelines.

Declaration

property GlyphFixedWidth: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set this property to False to let the specified image retain its original width. Otherwise, the image is proportionally resized to force its width to meet the requirements outlined in the guidelines.

At design time, you can switch the GlyphFixedWidth property for each ScreenTip section image by invoking its context menu in the ScreenTip repository editor and clicking the “Fixed Width” menu item. The screenshot below shows the context menu invoked for the description section’s image.

The default value of the GlyphFixedWidth property is True.

See Also