Vcl.XPActnCtrls.TXPStylePopupMenu.GetExpandBtnClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetExpandBtnClass: TCustomMenuExpandBtnClass; override;

C++

virtual Vcl::Actnmenus::TCustomMenuExpandBtnClass __fastcall GetExpandBtnClass();

Properties

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

Description

Returns the metaclass for an expand button of a pop-up.

Vcl.XPActnCtrls.TXPStylePopupMenu.GetExpandBtnClass inherits from Vcl.ActnMenus.TCustomActionPopupMenu.GetExpandBtnClass. All content below this line refers to Vcl.ActnMenus.TCustomActionPopupMenu.GetExpandBtnClass.

Returns the metaclass for an expand button of a pop-up.

GetExpandBtnClass is used to return the metaclass for an expand button of a pop-up menu item.

See Also