Skip to main content
All docs
V24.2

TdxHyperlinkClickEventArgs.Button Property

Returns the clicked mouse button.

Declaration

property Button: TMouseButton read;

Property Value

Type Description
TMouseButton

Returns the mouse button used to click the target hyperlink.

Remarks

Use Button and Shift properties to identify how a user clicked the target hyperlink. These properties can be useful if you need to change the predefined hyperlink activation method. For example, you can add any combination of modifier keys as a requirement to prevent accidental hyperlink activation.

See Also