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

Represents an empty input handler without any functionality. If is set ByteProvider to null, then this interpreter is used.
Inheritance: IKeyInterpreter
Afficher le fichier Open project: Zepheus/Fiesta_Utils

Méthodes publiques

Méthode Description
Activate ( ) : void
Deactivate ( ) : void
EmptyKeyInterpreter ( HexBox hexBox ) : System
GetCaretPointF ( long byteIndex ) : PointF
PreProcessWmChar ( Message &m ) : bool
PreProcessWmKeyDown ( Message &m ) : bool
PreProcessWmKeyUp ( Message &m ) : bool

Method Details

Activate() public méthode

public Activate ( ) : void
Résultat void

Deactivate() public méthode

public Deactivate ( ) : void
Résultat void

EmptyKeyInterpreter() public méthode

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

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

PreProcessWmKeyUp() public méthode

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