Vcl.RibbonActnCtrls.TRibbonApplicationMenuItem.DrawSubMenuGlyph

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawSubMenuGlyph; override;

C++

virtual void __fastcall DrawSubMenuGlyph();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonApplicationMenuItem

Description

Draws a symbol on a submenu.

The DrawSubMenuGlyph method draws the arrow symbols for a menu depending on whether the menu is enabled or disabled, and based on the direction in which the menu is displayed.


Value Meaning

mArrowRightDisabledIcon

The arrow points to right and the submenu is disabled.

smArrowLeftDisabledIcon

The arrow points to left and the submenu is disabled.

smArrowLeftIcon

The arrow points to left and the submenu is enabled.

smArrowRightIcon

The arrow points to right and the submenu is enabled.


See Also