Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
ZForge
Controls
XPTable
Win32
TRACKMOUSEEVENT
C# Class ZForge.Controls.XPTable.Win32.TRACKMOUSEEVENT
Datei anzeigen
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