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

TGlyphShowMode

TGlyphShowMode indicates if the glyph image for a menu or button should be shown, 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.

);

Description

TGlyphShowMode is the type used to implement the TMenuItem.GlyphShowMode property.

See also

TMenuItem.GlyphShowMode

  

Indicates the display behavior for the glyph (or Bitmap) on the menu item.

TApplication.ShowMenuGlyphs

  

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

TApplicationShowGlyphs

  

Indicates the application policy for displaying glyphs on menus and buttons.

TCustomBitBtn.GlyphShowMode

  

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


Version 3.2 Generated 2024-02-25 Home