[]
        
(Showing Draft Content)

C1.Framework.Forms.SubclassNativeWindow

SubclassNativeWindow Class

Represents a subclass window wrapper class.

Inheritance
SubclassNativeWindow
Implements
Namespace: C1.Framework.Forms
Assembly: C1.Win.Input.8.dll
Syntax
public class SubclassNativeWindow : MarshalByRefObject, IWin32Window

Constructors

Name Description
SubclassNativeWindow()

Initializes a new instance of the SubclassNativeWindow class.

Properties

Name Description
Handle

Gets the handle to the window represented by the SubclassNativeWindow.

Methods

Name Description
AssignHandle(nint)

Attaches handle to target window.

DefWndProc(ref Message)

Invokes the default window procedure associated with this window.

OnHandleChange()

Notifies that the handle is changed.

OnThreadException(Exception)

Notifies inner exception occurs when processing window message.

ReleaseHandle()

Releases the handle.

WndProc(ref Message)

Invokes the window procedure associated with this window.