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

Mostra 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_oe property

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

dwFlags public_oe property

Specifies the services requested
public int dwFlags
return int

dwHoverTime public_oe property

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

hwndTrack public_oe property

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