RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.CheckToolMenuDropdown Function

Displays a tool button's dropdown menu.

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

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.
 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!