C# 클래스 System.Windows.Forms.HexBox.EmptyKeyInterpreter

Represents an empty input handler without any functionality. If is set ByteProvider to null, then this interpreter is used.
상속: IKeyInterpreter
파일 보기 프로젝트 열기: Zepheus/Fiesta_Utils

공개 메소드들

메소드 설명
Activate ( ) : void
Deactivate ( ) : void
EmptyKeyInterpreter ( HexBox hexBox ) : System
GetCaretPointF ( long byteIndex ) : PointF
PreProcessWmChar ( Message &m ) : bool
PreProcessWmKeyDown ( Message &m ) : bool
PreProcessWmKeyUp ( Message &m ) : bool

메소드 상세

Activate() 공개 메소드

public Activate ( ) : void
리턴 void

Deactivate() 공개 메소드

public Deactivate ( ) : void
리턴 void

EmptyKeyInterpreter() 공개 메소드

public EmptyKeyInterpreter ( HexBox hexBox ) : System
hexBox HexBox
리턴 System

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

PreProcessWmKeyUp() 공개 메소드

public PreProcessWmKeyUp ( Message &m ) : bool
m Message
리턴 bool