InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util.Win Namespace / Win32 Class / GetSystemMenu Method

In This Topic
    GetSystemMenu Method (Win32)
    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