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

Handles user input such as mouse and keyboard input during string view edit
상속: KeyInterpreter
파일 보기 프로젝트 열기: Zepheus/Fiesta_Utils

공개 메소드들

메소드 설명
GetCaretPointF ( long byteIndex ) : PointF
PreProcessWmChar ( Message &m ) : bool
PreProcessWmKeyDown ( Message &m ) : bool
StringKeyInterpreter ( HexBox hexBox ) : System

보호된 메소드들

메소드 설명
GetBytePositionInfo ( Point p ) : BytePositionInfo
PreProcessWmKeyDown_Left ( Message &m ) : bool
PreProcessWmKeyDown_Right ( Message &m ) : bool

메소드 상세

GetBytePositionInfo() 보호된 메소드

protected GetBytePositionInfo ( Point p ) : BytePositionInfo
p Point
리턴 BytePositionInfo

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

PreProcessWmKeyDown_Left() 보호된 메소드

protected PreProcessWmKeyDown_Left ( Message &m ) : bool
m Message
리턴 bool

PreProcessWmKeyDown_Right() 보호된 메소드

protected PreProcessWmKeyDown_Right ( Message &m ) : bool
m Message
리턴 bool

StringKeyInterpreter() 공개 메소드

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