InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util.Win Namespace / Win32 Class / DwmExtendFrameIntoClientArea Method

In This Topic
    DwmExtendFrameIntoClientArea Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub DwmExtendFrameIntoClientArea( _
       ByVal hWnd As IntPtr, _
       ByRef pMarInset As Win32.MARGINS _
    ) 
    public static void DwmExtendFrameIntoClientArea( 
       IntPtr hWnd,
       ref Win32.MARGINS pMarInset
    )

    Parameters

    hWnd
    pMarInset
    See Also