Back to Devexpress

TdxHyperlinkClickEventArgs.Button Property

vcl-cxcontrols-dot-tdxhyperlinkclickeventargs-4bfd5a04.md

latest1.1 KB
Original Source

TdxHyperlinkClickEventArgs.Button Property

Returns the clicked mouse button.

Declaration

delphi
property Button: TMouseButton read;

Property Value

TypeDescription
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

TdxHyperlinkClickEventArgs.Handled Property

TdxHyperlinkClickEventArgs.URI Property

TdxHyperlinkClickEventArgs Class

TdxHyperlinkClickEventArgs Members

cxControls Unit