C# Class ScreenToGif.Util.UserActivityHook.MouseHookStruct

ファイルを表示 Open project: dbremner/ScreenToGif

Public Properties

Property Type Description
dwExtraInfo int
hwnd int
pt System.Windows.Forms.POINT
wHitTestCode int

Property Details

dwExtraInfo public_oe property

Specifies extra information associated with the message.
public int dwExtraInfo
return int

hwnd public_oe property

Handle to the window that will receive the mouse message corresponding to the mouse event.
public int hwnd
return int

pt public_oe property

Specifies a POINT structure that contains the x- and y-coordinates of the cursor, in screen coordinates.
public POINT,System.Windows.Forms pt
return System.Windows.Forms.POINT

wHitTestCode public_oe property

Specifies the hit-test value. For a list of hit-test values, see the description of the WM_NCHITTEST message.
public int wHitTestCode
return int