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

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

    Parameters

    hWnd
    hMenu
    See Also