Table of Contents

Class RKeyEvent

Namespace
TheArtOfDev.HtmlRenderer.Adapters.Entities
Assembly
StockSharp.Xaml.dll

Even class for handling keyboard events in HtmlContainerInt.

public sealed class RKeyEvent
Inheritance
RKeyEvent
Inherited Members
Extension Methods

Constructors

RKeyEvent(bool, bool, bool)

Init.

public RKeyEvent(bool control, bool aKeyCode, bool cKeyCode)

Parameters

control bool
aKeyCode bool
cKeyCode bool

Properties

AKeyCode

is 'A' key is pressed

public bool AKeyCode { get; }

Property Value

bool

CKeyCode

is 'C' key is pressed

public bool CKeyCode { get; }

Property Value

bool

Control

is control is pressed

public bool Control { get; }

Property Value

bool