C# 클래스 NanQi.Controls.IProcessCmdKey

处理ProcessCmdKey的方法接口
파일 보기 프로젝트 열기: NanQi/demo

공개 메소드들

메소드 설명
CheckText ( string Text ) : bool

Checks the text.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Processes the CMD key.

메소드 상세

CheckText() 공개 추상적인 메소드

Checks the text.
public abstract CheckText ( string Text ) : bool
Text string The text.
리턴 bool

ProcessCmdKey() 공개 추상적인 메소드

Processes the CMD key.
public abstract ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message The MSG.
keyData Keys The key data.
리턴 bool