API:Vcl.ComCtrls.TToolButtonActionLink.IsEnableDropdownLinked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsEnableDropdownLinked: Boolean; override;

C++

virtual bool __fastcall IsEnableDropdownLinked();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TToolButtonActionLink

Description

Retrieves whether the action controls the enabled state of the client's drop-down menu.

Vcl.ComCtrls.TToolButtonActionLink.IsEnableDropdownLinked inherits from Vcl.Controls.TControlActionLink.IsEnableDropdownLinked. All content below this line refers to Vcl.Controls.TControlActionLink.IsEnableDropdownLinked.

Retrieves whether the action controls the enabled state of the client's drop-down menu.

IsEnableDropdownLinked retrieves whether the action, associated by the control action link to the client (control), controls the enabled state of the drop-down menu of the control action link's client.

IsEnableDropdownLinked returns True if the action is a TCustomControlAction object (can have a drop-down menu that can be enabled or disabled), False otherwise.

See Also