C# 클래스 ZForge.Controls.XPTable.Win32.TRACKMOUSEEVENT

파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cbSize int
dwFlags int
dwHoverTime int
hwndTrack System.IntPtr

공개 메소드들

메소드 설명
TRACKMOUSEEVENT ( ) : System

Creates a new TRACKMOUSEEVENT struct with default settings

메소드 상세

TRACKMOUSEEVENT() 공개 메소드

Creates a new TRACKMOUSEEVENT struct with default settings
public TRACKMOUSEEVENT ( ) : System
리턴 System

프로퍼티 상세

cbSize 공개적으로 프로퍼티

Specifies the size of the TRACKMOUSEEVENT structure
public int cbSize
리턴 int

dwFlags 공개적으로 프로퍼티

Specifies the services requested
public int dwFlags
리턴 int

dwHoverTime 공개적으로 프로퍼티

Specifies the hover time-out in milliseconds
public int dwHoverTime
리턴 int

hwndTrack 공개적으로 프로퍼티

Specifies a handle to the window to track
public IntPtr,System hwndTrack
리턴 System.IntPtr