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

In This Topic
    GetThemeBackgroundRegion Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetThemeBackgroundRegion( _
       ByVal hTheme As IntPtr, _
       ByVal hdc As IntPtr, _
       ByVal part As Integer, _
       ByVal state As Integer, _
       ByRef pRect As Win32.RECT, _
       ByRef pRegion As IntPtr _
    ) As IntPtr
    public static IntPtr GetThemeBackgroundRegion( 
       IntPtr hTheme,
       IntPtr hdc,
       int part,
       int state,
       ref Win32.RECT pRect,
       out IntPtr pRegion
    )

    Parameters

    hTheme
    hdc
    part
    state
    pRect
    pRegion
    See Also