Class RKeyEvent
Even class for handling keyboard events in HtmlContainerInt.
Inheritance
System.Object
RKeyEvent
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TheArtOfDev.HtmlRenderer.Adapters.Entities
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public sealed class RKeyEvent
Constructors
RKeyEvent(Boolean, Boolean, Boolean)
Init.
Declaration
public RKeyEvent(bool control, bool aKeyCode, bool cKeyCode)
Parameters
System.Boolean
control
|
System.Boolean
aKeyCode
|
System.Boolean
cKeyCode
|
Properties
AKeyCode
is 'A' key is pressed
Declaration
public bool AKeyCode { get; }
Property Value
System.Boolean
|
CKeyCode
is 'C' key is pressed
Declaration
public bool CKeyCode { get; }
Property Value
System.Boolean
|
Control
is control is pressed
Declaration
public bool Control { get; }
Property Value
System.Boolean
|