TGlyphShowMode indicates if the glyph image of a menu or button should shown or not and in which circumstances.
Source position: menus.pp line 53
type TGlyphShowMode = ( |
||
gsmAlways, |
|
Always show the glyph image. |
gsmNever, |
|
Never show the glyph image. |
gsmApplication, |
|
Uses the setting in the Application.ShowMenuGlyphs property. |
gsmSystem |
|
Uses the theme element setting in ThemeServices. |
); |
|
Sets the default policy for showing or hiding glyph images in menus. |
|
|
Describes the policy for the application of how to show menu and button glyphs. |
|
|
Indicates the policy for showing or hiding the glyph image of this button. |