Vcl.ComCtrls.CheckToolMenuDropdown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CheckToolMenuDropdown(ToolButton: TToolButton);

C++

extern DELPHI_PACKAGE void __fastcall CheckToolMenuDropdown _DEPRECATED_ATTRIBUTE0 (TToolButton* ToolButton);

Properties

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

Description

Warning: CheckToolMenuDropdown is deprecated. Please use TToolButton.CheckMenuDropdown.

Displays a tool button's dropdown menu.

CallCheckToolMenuDropdown to programmatically display the dropdown menu for a tool button of style tbsDropDown. If the tool button has no associated dropdown menu,CheckToolMenuDropdown does nothing.

Note: CheckToolMenuDropdown is included for backward compatibility. Applications should use the tool button's CheckMenuDropdown method instead.

See Also