InputPanel for WinForms | ComponentOne
C1.Win.5 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 IntPtr, _
       ByVal hdc As IntPtr, _
       ByVal iPartId As Integer, _
       ByVal iStateId As Integer, _
       ByVal text As String, _
       ByVal iCharCount As Integer, _
       ByVal dwFlags As Integer, _
       ByRef pRect As Win32.RECT, _
       ByRef pOptions As Win32.DTTOPTS _
    ) As Integer
    public static int DrawThemeTextEx( 
       IntPtr hTheme,
       IntPtr hdc,
       int iPartId,
       int iStateId,
       string text,
       int iCharCount,
       int dwFlags,
       ref Win32.RECT pRect,
       ref Win32.DTTOPTS pOptions
    )

    Parameters

    hTheme
    hdc
    iPartId
    iStateId
    text
    iCharCount
    dwFlags
    pRect
    pOptions
    See Also