Vcl.StdActnMenus.TStandardMenuPopup.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.StdActnMenus.pas
Vcl.StdActnMenus.hpp
Vcl.StdActnMenus TStandardMenuPopup

Description

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

Vcl.StdActnMenus.TStandardMenuPopup.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