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

HyperlinkClickEventArgs.ModifierKeys Property

Determines which modifier keys (SHIFT, CTRL, and ALT) were pressed to activate a hyperlink.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public PortableKeys ModifierKeys { get; }

Property Value

Type Description
DevExpress.Portable.Input.PortableKeys

The equivalent of the System.Windows.Forms.Keys enumeration. Represents one or more modifier keys that were pressed during the event.

Remarks

Use the following properties to determine whether a specific modifier key was pressed:

See Also