Vcl.XPActnCtrls.TXPStyleMenuItem.DrawSubMenuGlyph

From RAD Studio API Documentation

Delphi

procedure DrawSubMenuGlyph; override;

C++

virtual void __fastcall DrawSubMenuGlyph(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.XPActnCtrls.pas
Vcl.XPActnCtrls.hpp
Vcl.XPActnCtrls TXPStyleMenuItem

Description

Draws the submenu glyph. {{#multireplace:Vcl.XPActnCtrls.TXPStyleMenuItem.DrawSubMenuGlyph|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ActnMenus.TCustomMenuItem.DrawSubMenuGlyph|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ActnMenus.TCustomMenuItem.DrawSubMenuGlyph|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Draws the submenu glyph.

The DrawSubMenuGlyph method applies the font and color formatting for the canvas of the selected menu item. Also, it draws an arrow on the menu item canvas.


See Also