Vcl.ComCtrls.TToolButtonActionLink.SetDropdownMenu

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDropdownMenu(Value: TPopupMenu); override;

C++

virtual void __fastcall SetDropdownMenu(Vcl::Menus::TPopupMenu* Value);

Properties

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

Description

Sets the specified drop-down menu for the client's tool button if IsDropdownMenuLinked is True.

SetDropdownMenu sets the drop-down menu specified by the Value parameter for the client's tool button of the action link if the action, associated by the action link to the client, controls the DropdownMenu property of the client. That is, if IsDropdownMenuLinked is True.

See Also