TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / DestroyWindow Method

In This Topic
    DestroyWindow Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function DestroyWindow( _
       ByVal hWnd As IntPtr _
    ) As Boolean
    public static bool DestroyWindow( 
       IntPtr hWnd
    )

    Parameters

    hWnd
    See Also