[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TToolButton.ArrowClick

Signals the OnArrowClick event handler for the tool button.

Declaration

Source position: comctrls.pp line 2167

public procedure TToolButton.ArrowClick; virtual;

Description

ArrowClick is a method used to execute the OnArrowClick event handler (when assigned) for the tool button. ArrowClick is called from the MouseDown method when the left mouse button has been clicked on the drop-down indicator and the DropDownMenu for the button is not already visible.

See Click for information about the actions performed when the button has been clicked, instead of its drop-down indicator.

See also

TToolButton.OnArrowClick

  

Event handler signalled when the drop-down indicator for a tool button is clicked.

TToolButton.Click

  

Signals OnClick and/or executes the ActionLink when the control has been clicked.

TToolButton.MouseDown

  

Handles mouse click events for the tool button.

TToolButton.Style

  

Determines the display style for the tool button.

TToolButton.DropDownMenu

  

The drop-down menu displayed when the button is pressed.

TToolButton.MenuItem

  

Contains a menu item associated with the tool button.


Version 3.2 Generated 2024-02-25 Home