Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxHyperlinkClickEventArgs.Button Property

Returns the clicked mouse button.

#Declaration

Delphi
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