Back to Devexpress

HyperlinkClickEventArgs.Shift Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-hyperlinkclickeventargs-87f4c201.md

latest1.4 KB
Original Source

HyperlinkClickEventArgs.Shift Property

Indicates whether the SHIFT key was pressed.

Namespace : DevExpress.XtraSpreadsheet

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

NuGet Package : DevExpress.Spreadsheet.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 the flag combination representing the modifier keys pressed.

See Also

ModifierKeys

HyperlinkClickEventArgs Class

HyperlinkClickEventArgs Members

DevExpress.XtraSpreadsheet Namespace