[]
public static extern int DrawThemeTextEx(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, string text, int iCharCount, int dwFlags, ref Win32.RECT pRect, ref Win32.DTTOPTS pOptions)
Public Shared Function DrawThemeTextEx(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, text As String, iCharCount As Integer, dwFlags As Integer, ByRef pRect As Win32.RECT, ByRef pOptions As Win32.DTTOPTS) As Integer
| Type | Name | Description |
|---|---|---|
| IntPtr | hTheme | |
| IntPtr | hdc | |
| int | iPartId | |
| int | iStateId | |
| string | text | |
| int | iCharCount | |
| int | dwFlags | |
| Win32.RECT | pRect | |
| Win32.DTTOPTS | pOptions |
| Type | Description |
|---|---|
| int |