API:Vcl.ComCtrls.TToolButtonActionLink.IsDropdownMenuLinked
Delphi
function IsDropdownMenuLinked: Boolean; override;
C++
virtual bool __fastcall IsDropdownMenuLinked(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TToolButtonActionLink |
Description
Retrieves whether the action controls the drop-down menu for the client.
Vcl.ComCtrls.TToolButtonActionLink.IsDropdownMenuLinked inherits from Vcl.Controls.TControlActionLink.IsDropdownMenuLinked. All content below this line refers to Vcl.Controls.TControlActionLink.IsDropdownMenuLinked.
Retrieves whether the action controls the drop-down menu for the client.
IsDropdownMenuLinked retrieves whether the action, associated by the control action link to the client (control), controls the drop-down menu of the control action link's client.
IsDropdownMenuLinked returns True
if the action is a TCustomControlAction object (can have a drop-down menu), False
otherwise.
See Also
- 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