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

Subclasses any native Win32 widow by replacing its window procedure

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

Syntax

C#
public class SubclassedNativeWindow : Win32Window
Visual Basic
Public Class SubclassedNativeWindow _
	Inherits Win32Window
Visual C++
public ref class SubclassedNativeWindow : public Win32Window
F#
type SubclassedNativeWindow =  
    class
        inherit Win32Window
    end
JScript
public class SubclassedNativeWindow extends Win32Window

Remarks

You can derive your class from this class and override NewWndProc(IntPtr, WindowMessages, Int32, Int32) to subclas any win

Inheritance Hierarchy

System..::..Object
  Tools.WindowsT.NativeT..::..Win32Window
    Tools.WindowsT.NativeT..::..SubclassedNativeWindow

See Also

Collapse/expand Version History

1.5.2

  • (Nightly) Class introduced