Back to Devexpress

HyperlinkClickEventArgs.Control Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-hyperlinkclickeventargs-6df49734.md

latest1.4 KB
Original Source

HyperlinkClickEventArgs.Control Property

Indicates whether the CTRL key was pressed.

Namespace : DevExpress.XtraSpreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Property Value

TypeDescription
Boolean

true , if a CTRL 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