Vcl.ActnCtrls.TCustomDropDownButton.GetPopupClass
Delphi
function GetPopupClass: TCustomActionBarClass; virtual;
C++
virtual Vcl::Actnman::TCustomActionBarClass __fastcall GetPopupClass();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Vcl.ActnCtrls.pas Vcl.ActnCtrls.hpp |
Vcl.ActnCtrls | TCustomDropDownButton |
Description
Returns the pop-up class added to a drop-down button.
GetPopupClass is used for finding the pop-up class associated with a drop-down button. Override GetPopupClass to change which pop-up class is associated with a drop-down button depending on the state of the control.