ActnMenus.TActionBarStyleEx Methods
From RAD Studio VCL Reference
Delphi Information
| function GetPopupClass(ActionBar: TCustomActionBar): TCustomPopupClass; virtual; abstract; |
Returns the metaclass of the pop-up menu associated with a menu action band. |
| function GetAddRemoveItemClass(ActionBar: TCustomActionBar): TCustomAddRemoveItemClass; virtual; abstract; |
Returns the metaclass of the action bands' customization dialog. |
| function GetScrollBtnClass(): TCustomToolScrollBtnClass; virtual; abstract; |
Returns the metaclass for the scroll button added to a menu action band. |
Unit: ActnMenus
Type: method
Visibility: public
Member Of: TActionBarStyleEx
C++ Information
| virtual System::TMetaClass * __fastcall GetPopupClass(Actnman::TCustomActionBar * ActionBar); |
Returns the metaclass of the pop-up menu associated with a menu action band. |
| virtual System::TMetaClass * __fastcall GetAddRemoveItemClass(Actnman::TCustomActionBar * ActionBar); |
Returns the metaclass of the action bands' customization dialog. |
| virtual System::TMetaClass * __fastcall GetScrollBtnClass(void); |
Returns the metaclass for the scroll button added to a menu action band. |
Unit: ActnMenus
Type: method
Visibility: public
Member Of: TActionBarStyleEx
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!