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

In This Topic
    DestroyMenu Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function DestroyMenu( _
       ByVal hMenu As IntPtr _
    ) As IntPtr
    public static IntPtr DestroyMenu( 
       IntPtr hMenu
    )

    Parameters

    hMenu
    See Also