Vcl.ActnPopup.TPopupActionBar.Style
Delphi
property Style: TActionBarStyle read GetStyle write SetStyle;
C++
__property Vcl::Actnman::TActionBarStyle* Style = {read=GetStyle, write=SetStyle};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.ActnPopup.pas Vcl.ActnPopup.hpp |
Vcl.ActnPopup | TPopupActionBar |
Description
Specifies the style used for the popup action bar control.
Set Style to an object of type TActionBarStyle in order to set the style for the popup action bar control.
See Also
Code Examples