Vcl.ComCtrls.TToolButton.CheckMenuDropdown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CheckMenuDropdown: Boolean; dynamic;

C++

DYNAMIC bool __fastcall CheckMenuDropdown();

Properties

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

Description

Displays a button's drop-down menu.

Call CheckMenuDropdown to manually display a button's pop-up menu. It returns true and displays the menu if the tool button has an associated menu. It returns false if there is no menu to display.

See Also