Vcl.ComCtrls.TToolButtonActionLink.SetEnableDropdown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetEnableDropdown(Value: Boolean); override;

C++

virtual void __fastcall SetEnableDropdown(bool Value);

Properties

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

Description

Sets the enabled state of a drop-down menu associated with the client's tool button.

SetEnableDropdown sets the enabled state specified by the Value parameter for a drop-down menu of the client's tool button of the action link if the action, associated by the action link to the client, controls the EnableDropdown property of the client. That is, if IsEnableDropdownLinked is True.

See Also