Back to Devexpress

HyperlinkClickEventArgs.ModifierKeys Property

officefileapi-devexpress-dot-xtrarichedit-dot-hyperlinkclickeventargs-9d84135d.md

latest1.7 KB
Original Source

HyperlinkClickEventArgs.ModifierKeys Property

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

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public PortableKeys ModifierKeys { get; }
vb
Public ReadOnly Property ModifierKeys As PortableKeys

Property Value

TypeDescription
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

HyperlinkClickEventArgs Class

HyperlinkClickEventArgs Members

DevExpress.XtraRichEdit Namespace