C# Class ZForge.Controls.XPTable.Win32.TRACKMOUSEEVENT

Show file Open project: zhuangyy/Motion Class Usage Examples

Public Properties

Property Type Description
cbSize int
dwFlags int
dwHoverTime int
hwndTrack System.IntPtr

Public Methods

Method Description
TRACKMOUSEEVENT ( ) : System

Creates a new TRACKMOUSEEVENT struct with default settings

Method Details

TRACKMOUSEEVENT() public method

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

Property Details

cbSize public property

Specifies the size of the TRACKMOUSEEVENT structure
public int cbSize
return int

dwFlags public property

Specifies the services requested
public int dwFlags
return int

dwHoverTime public property

Specifies the hover time-out in milliseconds
public int dwHoverTime
return int

hwndTrack public property

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