RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.CheckToolMenuDropdown Function

Displays a tool button's dropdown menu.

Pascal
procedure CheckToolMenuDropdown(ToolButton: TToolButton);
C++
CheckToolMenuDropdown(TToolButton ToolButton);

ComCtrls

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.
 

 

TToolButton 

TToolButton

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