Vcl.StdActnMenus.TStandardMenuPopup.GetExpandBtnClass

From RAD Studio API Documentation

Delphi

function GetExpandBtnClass: TCustomMenuExpandBtnClass; override;

C++

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

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. {{#multireplace:Vcl.StdActnMenus.TStandardMenuPopup.GetExpandBtnClass|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ActnMenus.TCustomActionPopupMenu.GetExpandBtnClass|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ActnMenus.TCustomActionPopupMenu.GetExpandBtnClass|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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