Declaration Syntax
C# |
namespace ManagedWinapi.Windows
Types
All Types | Classes | Structures | Enumerations | Delegates |
Icon | Type | Description |
---|---|---|
EventDispatchingNativeWindow |
A Win32 native window that delegates window messages to handlers. So several
components can use the same native window to save "USER resources". This class
is useful when writing your own components.
| |
POINT |
Wrapper around the Winapi POINT type.
| |
RECT |
Wrapper around the Winapi RECT type.
| |
SystemComboBox |
Any combo box, including those from other applications.
| |
SystemListBox |
Any list box, including those from other applications.
| |
SystemListView |
Any list view, including those from other applications.
| |
SystemListViewColumn |
A column of a list view.
| |
SystemListViewItem |
An item of a list view.
| |
SystemTreeView |
Any tree view, including those from other applications.
| |
SystemTreeViewItem |
An item of a tree view.
| |
SystemWindow |
Represents any window used by Windows, including those from other applications.
| |
WindowDeviceContext |
A device context of a window that allows you to draw onto that window.
| |
WindowExStyleFlags |
Extended Window Style Flags. The original constants started with WS_EX_.
| |
WindowStyleFlags |
Window Style Flags. The original constants started with WS_.
| |
WndProcEventHandler |
Called by an EventDispatchingNativeWindow when a window message is received
|