ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / DrawThemeTextEx Method

In This Topic
    DrawThemeTextEx Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function DrawThemeTextEx( _
       ByVal hTheme As System.IntPtr, _
       ByVal hdc As System.IntPtr, _
       ByVal iPartId As System.Integer, _
       ByVal iStateId As System.Integer, _
       ByVal text As System.String, _
       ByVal iCharCount As System.Integer, _
       ByVal dwFlags As System.Integer, _
       ByRef pRect As Win32.RECT, _
       ByRef pOptions As Win32.DTTOPTS _
    ) As System.Integer
    public static System.int DrawThemeTextEx( 
       System.IntPtr hTheme,
       System.IntPtr hdc,
       System.int iPartId,
       System.int iStateId,
       System.string text,
       System.int iCharCount,
       System.int dwFlags,
       ref Win32.RECT pRect,
       ref Win32.DTTOPTS pOptions
    )

    Parameters

    hTheme
    hdc
    iPartId
    iStateId
    text
    iCharCount
    dwFlags
    pRect
    pOptions
    See Also