Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

HyperlinkClickEventArgs.ModifierKeys Property

Gets the modifier flags for a hyperlink click. The flags indicate which combination of CTRL, SHIFT, and ALT keys was pressed.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public Keys ModifierKeys { get; }

Property Value

Type Description
Keys

A Keys value representing one or more modifier flags.

Property Value

Type Description
DevExpress.Compatibility.System.Windows.Forms.Keys

A Keys value representing one or more modifier flags.

Remarks

Use the Modifiers property to indicate which modifier keys are pressed when the hyperlink is clicked. To determine whether the Alt key was pressed, use the HyperlinkClickEventArgs.Alt property.

See Also