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

Handles user input such as mouse and keyboard input during string view edit
Наследование: KeyInterpreter
Показать файл Открыть проект

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

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

Защищенные методы

Метод Описание
GetBytePositionInfo ( Point p ) : BytePositionInfo
PreProcessWmKeyDown_Left ( Message &m ) : bool
PreProcessWmKeyDown_Right ( Message &m ) : bool

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

GetBytePositionInfo() защищенный Метод

protected GetBytePositionInfo ( Point p ) : BytePositionInfo
p Point
Результат BytePositionInfo

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

PreProcessWmKeyDown_Left() защищенный Метод

protected PreProcessWmKeyDown_Left ( Message &m ) : bool
m Message
Результат bool

PreProcessWmKeyDown_Right() защищенный Метод

protected PreProcessWmKeyDown_Right ( Message &m ) : bool
m Message
Результат bool

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

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