Vcl.ActnMenus.TCustomMenuItem.DrawSubMenuGlyph

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawSubMenuGlyph; virtual;

C++

virtual void __fastcall DrawSubMenuGlyph();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomMenuItem

Description

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