ComponentOne CalendarView for WinForms
C1.Framework.Forms Namespace / SubclassNativeWindow Class / Handle Property

In This Topic
    Handle Property (SubclassNativeWindow)
    In This Topic
    Gets the handle to the window represented by the SubclassNativeWindow.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Handle As IntPtr
    public IntPtr Handle {get;}

    Property Value

    A handle to the window represented by the SubclassNativeWindow.
    See Also