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.

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

IsEnableDropdownLinked returns True if the action controls this property of the client and False otherwise.

See Also