Namespace Dapplo.Windows.Desktop
Classes
EnvironmentChangedEventArgs
Event arguments for the WM_SETTINGCHANGE message
EnvironmentMonitor
A monitor for environment changes
InteropWindow
Information about a native window Note: This is a dumb container, and doesn't retrieve anything about the window itself
InteropWindowExtensions
Extensions for the interopWindow, all get or set commands update the value in the InteropWindow that is used.
InteropWindowFactory
Factory for InteropWindows
InteropWindowQuery
Query for native windows
WindowScroller
The is a container class to help to scroll a window
WindowsEnumerator
EnumWindows wrapper for .NET
WinEventHook
The WinEventHook can register handlers to become important windows events This makes it possible to know a.o. when a window is created, moved, updated and closed. Make sure you have a message pump running (WinProc), otherwise the behavior is sporadic / none.
Interfaces
IInteropWindow
This is the interface of all classes which represent a native window