C# 클래스 ZForge.Controls.XPTable.Editors.KeyMessageFilter

A message filter that filters key messages
상속: IMessageFilter
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 메소드들

메소드 설명
KeyMessageFilter ( IKeyMessageFilterClient client ) : System

Initializes a new instance of the CellEditor class with the specified IKeyMessageFilterClient client

PreFilterMessage ( Message &m ) : bool

Filters out a message before it is dispatched

메소드 상세

KeyMessageFilter() 공개 메소드

Initializes a new instance of the CellEditor class with the specified IKeyMessageFilterClient client
public KeyMessageFilter ( IKeyMessageFilterClient client ) : System
client IKeyMessageFilterClient
리턴 System

PreFilterMessage() 공개 메소드

Filters out a message before it is dispatched
public PreFilterMessage ( Message &m ) : bool
m System.Windows.Forms.Message The message to be dispatched. You cannot modify /// this message
리턴 bool