Vcl.Controls.TControlActionLink.IsDropdownMenuLinked
Delphi
function IsDropdownMenuLinked: Boolean; virtual;
C++
virtual bool __fastcall IsDropdownMenuLinked();
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | protected | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TControlActionLink |
Beschreibung
Ermittelt, ob die Aktion das Dropdown-Menü für den Client steuert.
IsDropdownMenuLinked ermittelt, ob die Aktion (action), die von der Steuerelement-Aktionsverknüpfung dem Client (client) (Steuerelement) zugeordnet ist, das Dropdown-Menü des Clients der Steuerelement-Aktionsverknüpfung steuert.
IsDropdownMenuLinked gibt True
zurück, wenn die Aktion ein TCustomControlAction-Objekt ist (d.h., sie kann ein Dropdown-Menü haben), ansonsten False
.
Siehe auch
- System.Classes.TBasicActionLink.Action
- Vcl.Controls.TControlActionLink.FClient
- Vcl.ComCtrls.TToolButton.DropdownMenu
- Vcl.Controls.TCustomControlAction.DropdownMenu
- Vcl.Controls.TCustomControlAction.EnableDropdown
- Vcl.Controls.TControlActionLink.SetDropdownMenu
- Vcl.Controls.TControlActionLink.IsEnableDropdownLinked