Vcl.Ribbon.TCustomRibbonGroup.DialogAction

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property DialogAction: TContainedAction read FDialogAction write SetDialogAction;

C++

__property System::Actions::TContainedAction* DialogAction = {read=FDialogAction, write=SetDialogAction};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonGroup

Beschreibung

Legt fest, ob in der Gruppe eine Dialogfeld-Schaltfläche angezeigt wird.

DialogAction legt fest, ob in der rechten, unteren Ecke der Gruppe die Dialogfeld-Schaltfläche angezeigt wird.

Siehe auch