Vcl.ActnMenus.TCustomActionPopupMenu.GetExpandBtnClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetExpandBtnClass: TCustomMenuExpandBtnClass; virtual;

C++

virtual TCustomMenuExpandBtnClass __fastcall GetExpandBtnClass();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionPopupMenu

Description

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