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

In This Topic
    DrawThemeText Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function DrawThemeText( _
       ByVal hTheme As IntPtr, _
       ByVal hdc As IntPtr, _
       ByVal part As Integer, _
       ByVal state As Integer, _
       ByVal text As String, _
       ByVal charCount As Integer, _
       ByVal textFlags As Integer, _
       ByVal textFlags2 As Integer, _
       ByRef pRect As Win32.RECT _
    ) As IntPtr
    public static IntPtr DrawThemeText( 
       IntPtr hTheme,
       IntPtr hdc,
       int part,
       int state,
       string text,
       int charCount,
       int textFlags,
       int textFlags2,
       ref Win32.RECT pRect
    )

    Parameters

    hTheme
    hdc
    part
    state
    text
    charCount
    textFlags
    textFlags2
    pRect
    See Also