[]
        
(Showing Draft Content)

C1.Framework.Forms.SubclassNativeWindow.Handle

Handle Property

Handle

Gets the handle to the window represented by the SubclassNativeWindow.

Declaration
public IntPtr Handle { get; }
Property Value
Type Description
IntPtr

A handle to the window represented by the SubclassNativeWindow.

Implements