API:Vcl.ComCtrls.TToolButtonActionLink.IsDropdownMenuLinked

From RAD Studio API Documentation
Jump to: navigation, search

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