C# Class System.Windows.Forms.HexBox.StringKeyInterpreter

Handles user input such as mouse and keyboard input during string view edit
Inheritance: KeyInterpreter
ファイルを表示 Open project: Zepheus/Fiesta_Utils

Public Methods

Method Description
GetCaretPointF ( long byteIndex ) : PointF
PreProcessWmChar ( Message &m ) : bool
PreProcessWmKeyDown ( Message &m ) : bool
StringKeyInterpreter ( HexBox hexBox ) : System

Protected Methods

Method Description
GetBytePositionInfo ( Point p ) : BytePositionInfo
PreProcessWmKeyDown_Left ( Message &m ) : bool
PreProcessWmKeyDown_Right ( Message &m ) : bool

Method Details

GetBytePositionInfo() protected method

protected GetBytePositionInfo ( Point p ) : BytePositionInfo
p Point
return BytePositionInfo

GetCaretPointF() public method

public GetCaretPointF ( long byteIndex ) : PointF
byteIndex long
return System.Drawing.PointF

PreProcessWmChar() public method

public PreProcessWmChar ( Message &m ) : bool
m Message
return bool

PreProcessWmKeyDown() public method

public PreProcessWmKeyDown ( Message &m ) : bool
m Message
return bool

PreProcessWmKeyDown_Left() protected method

protected PreProcessWmKeyDown_Left ( Message &m ) : bool
m Message
return bool

PreProcessWmKeyDown_Right() protected method

protected PreProcessWmKeyDown_Right ( Message &m ) : bool
m Message
return bool

StringKeyInterpreter() public method

public StringKeyInterpreter ( HexBox hexBox ) : System
hexBox HexBox
return System