[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Menus' (#lcl)

TGlyphShowMode

TGlyphShowMode indicates if the glyph image of a menu or button should shown or not and in which circumstances.

Declaration

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.

);

See also

TApplication.ShowMenuGlyphs

  

Sets the default policy for showing or hiding glyph images in menus.

TApplicationShowGlyphs

  

Describes the policy for the application of how to show menu and button glyphs.

TCustomBitBtn.GlyphShowMode

  

Indicates the policy for showing or hiding the glyph image of this button.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.