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

Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Свойство Type Description
cbSize int
dwFlags int
dwHoverTime int
hwndTrack System.IntPtr

Méthodes publiques

Méthode Description
TRACKMOUSEEVENT ( ) : System

Creates a new TRACKMOUSEEVENT struct with default settings

Method Details

TRACKMOUSEEVENT() public méthode

Creates a new TRACKMOUSEEVENT struct with default settings
public TRACKMOUSEEVENT ( ) : System
Résultat System

Property Details

cbSize public_oe property

Specifies the size of the TRACKMOUSEEVENT structure
public int cbSize
Résultat int

dwFlags public_oe property

Specifies the services requested
public int dwFlags
Résultat int

dwHoverTime public_oe property

Specifies the hover time-out in milliseconds
public int dwHoverTime
Résultat int

hwndTrack public_oe property

Specifies a handle to the window to track
public IntPtr,System hwndTrack
Résultat System.IntPtr