Vcl.ActnMan.TCommandProperties.Control

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Control: TCustomActionControl read GetControl;

C++

__property TCustomActionControl* Control = {read=GetControl};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCommandProperties

Beschreibung

Gibt das Aktionsabschnittssteuerelement zurück, das auf einem Aktionsabschnitt für das zugeordnete TActionClientItem-Objekt angezeigt wird.

Mit der Eigenschaft Control wird ein bestimmtes Aktionsabschnittssteuerelement ermittelt, das auf einem Aktionsabschnitt für das zugeordnete TActionClientItem-Objekt angezeigt wird.

Siehe auch