Vcl.Controls.TControlActionLink.IsDropdownMenuLinked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsDropdownMenuLinked: Boolean; virtual;

C++

virtual bool __fastcall IsDropdownMenuLinked();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControlActionLink

Description

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