RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TToolButton.CheckMenuDropdown Method

Displays a button's drop-down menu.

Pascal
function CheckMenuDropdown: Boolean; dynamic;
C++
__fastcall Boolean CheckMenuDropdown();

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!