[This is preliminary documentation and is subject to change.]

Gets default window procedure implementation that responds to all messages in defaut way. This implementation is provided by the OS.

Namespace: Tools.WindowsT.NativeT
Assembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public static WndProc DefWndProc { get; }
Visual Basic
Public Shared ReadOnly Property DefWndProc As WndProc
	Get
Visual C++
public:
static property WndProc^ DefWndProc {
	WndProc^ get ();
}
F#
static member DefWndProc : WndProc
JScript
static function get DefWndProc () : WndProc

Return Value

Delegate to DefWindowProc(IntPtr, WindowMessages, Int32, Int32) (internal, PInvoke function)

See Also