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

Handles user input such as mouse and keyboard input during string view edit
Inheritance: KeyInterpreter
Afficher le fichier Open project: Zepheus/Fiesta_Utils

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetBytePositionInfo ( Point p ) : BytePositionInfo
PreProcessWmKeyDown_Left ( Message &m ) : bool
PreProcessWmKeyDown_Right ( Message &m ) : bool

Method Details

GetBytePositionInfo() protected méthode

protected GetBytePositionInfo ( Point p ) : BytePositionInfo
p Point
Résultat BytePositionInfo

GetCaretPointF() public méthode

public GetCaretPointF ( long byteIndex ) : PointF
byteIndex long
Résultat System.Drawing.PointF

PreProcessWmChar() public méthode

public PreProcessWmChar ( Message &m ) : bool
m Message
Résultat bool

PreProcessWmKeyDown() public méthode

public PreProcessWmKeyDown ( Message &m ) : bool
m Message
Résultat bool

PreProcessWmKeyDown_Left() protected méthode

protected PreProcessWmKeyDown_Left ( Message &m ) : bool
m Message
Résultat bool

PreProcessWmKeyDown_Right() protected méthode

protected PreProcessWmKeyDown_Right ( Message &m ) : bool
m Message
Résultat bool

StringKeyInterpreter() public méthode

public StringKeyInterpreter ( HexBox hexBox ) : System
hexBox HexBox
Résultat System