API:Vcl.ThemedActnCtrls.TThemedPopupMenu.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.ThemedActnCtrls.pas
Vcl.ThemedActnCtrls.hpp
Vcl.ThemedActnCtrls TThemedPopupMenu

Description

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

Vcl.ThemedActnCtrls.TThemedPopupMenu.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