Back to Devexpress

HyperlinkClickEventArgs.Alt Property

officefileapi-devexpress-dot-xtrarichedit-dot-hyperlinkclickeventargs-5cba2559.md

latest1.4 KB
Original Source

HyperlinkClickEventArgs.Alt Property

Indicates whether the ALT key was pressed.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDescription
Boolean

true if an ALT key was pressed; otherwise, false.

|

Remarks

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

See Also

ModifierKeys

HyperlinkClickEventArgs Class

HyperlinkClickEventArgs Members

DevExpress.XtraRichEdit Namespace