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

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

    Parameters

    hWnd
    bRevert
    See Also