C# Класс Be.Windows.Forms.HexBox.EmptyKeyInterpreter

Represents an empty input handler without any functionality. If is set ByteProvider to null, then this interpreter is used.
Наследование: IKeyInterpreter
Показать файл Открыть проект

Открытые методы

Метод Описание
Activate ( ) : void
Deactivate ( ) : void
EmptyKeyInterpreter ( HexBox hexBox ) : System
GetCaretPointF ( long byteIndex ) : PointF
PreProcessWmChar ( Message &m ) : bool
PreProcessWmKeyDown ( Message &m ) : bool
PreProcessWmKeyUp ( Message &m ) : bool

Описание методов

Activate() публичный Метод

public Activate ( ) : void
Результат void

Deactivate() публичный Метод

public Deactivate ( ) : void
Результат void

EmptyKeyInterpreter() публичный Метод

public EmptyKeyInterpreter ( HexBox hexBox ) : System
hexBox HexBox
Результат System

GetCaretPointF() публичный Метод

public GetCaretPointF ( long byteIndex ) : PointF
byteIndex long
Результат System.Drawing.PointF

PreProcessWmChar() публичный Метод

public PreProcessWmChar ( Message &m ) : bool
m System.Windows.Forms.Message
Результат bool

PreProcessWmKeyDown() публичный Метод

public PreProcessWmKeyDown ( Message &m ) : bool
m System.Windows.Forms.Message
Результат bool

PreProcessWmKeyUp() публичный Метод

public PreProcessWmKeyUp ( Message &m ) : bool
m System.Windows.Forms.Message
Результат bool