C# Класс System.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 Message
Результат bool

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

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

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

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