This static class contains useful methods for Win32 operation.

C# | Visual Basic |
public static class Win32
Public NotInheritable Class Win32

All Members | Methods | Fields | |||
Icon | Member | Description |
---|---|---|
![]() ![]() | CreateIconIndirect(Win32..::..IconInfo%) |
Create an icon.
|
![]() ![]() | GetIconInfo(IntPtr, Win32..::..IconInfo%) |
Returns information about an icon.
|
![]() ![]() | GetWheelDeltaWParam(Int32) |
Returns the mouse wheel delta value from parameter.
|
![]() ![]() | HighWord(Int32) |
Returns the high 16-bit value of a 32-bit word.
|
![]() ![]() | LowWord(Int32) |
Returns the low 16-bit value of a 32-bit word.
|
![]() ![]() | WM_MOUSEWHEEL |
Defines the mouse wheel event identifier.
|

Object | |
![]() | Win32 |