ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.IntPtr, _
       ByVal hdc As System.IntPtr, _
       ByVal part As System.Integer, _
       ByVal state As System.Integer, _
       ByRef pRect As Win32.RECT, _
       ByRef pRegion As System.IntPtr _
    ) As System.IntPtr
    public static System.IntPtr GetThemeBackgroundRegion( 
       System.IntPtr hTheme,
       System.IntPtr hdc,
       System.int part,
       System.int state,
       ref Win32.RECT pRect,
       out System.IntPtr pRegion
    )

    Parameters

    hTheme
    hdc
    part
    state
    pRect
    pRegion
    See Also