Back to Devexpress

HyperlinkClickEventArgs.Shift Property

officefileapi-devexpress-dot-xtrarichedit-dot-hyperlinkclickeventargs-12b7ae60.md

latest1.4 KB
Original Source

HyperlinkClickEventArgs.Shift Property

Indicates whether the SHIFT key was pressed.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public bool Shift { get; }
vb
Public ReadOnly Property Shift As Boolean

Property Value

TypeDescription
Boolean

true if a SHIFT key was pressed; otherwise, false.

|

Remarks

Use the HyperlinkClickEventArgs.ModifierKeys property to get flag combination representing modifier keys pressed.

See Also

ModifierKeys

HyperlinkClickEventArgs Class

HyperlinkClickEventArgs Members

DevExpress.XtraRichEdit Namespace