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

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

공개 메소드들

메소드 설명
MouseMessageFilter ( IMouseMessageFilterClient client ) : System

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

PreFilterMessage ( Message &m ) : bool

Filters out a message before it is dispatched

메소드 상세

MouseMessageFilter() 공개 메소드

Initializes a new instance of the CellEditor class with the specified IMouseMessageFilterClient client
public MouseMessageFilter ( IMouseMessageFilterClient client ) : System
client IMouseMessageFilterClient
리턴 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