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
Show file Open project: Zepheus/Fiesta_Utils

Public Methods

Method 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 method

public Activate ( ) : void
return void

Deactivate() public method

public Deactivate ( ) : void
return void

EmptyKeyInterpreter() public method

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

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

PreProcessWmKeyUp() public method

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