[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Determines whether the specified button has a drop-down menu item which must be checked.
Source position: comctrls.pp line 2338
protected function TToolBar.CheckMenuDropdown( |
Button: TToolButton |
):Boolean; virtual; |
Button |
|
Tool button examined in the method. |
True if the menu item for the button was checked (clicked) in the method.
Called from the TToolButton.CheckMenuDropdown method when the tool button is clicked.
|
Checks for and executes a drop-down menu for the tool button. |
Version 4.0 | Generated 2025-05-03 | Home |