[]
public static extern IntPtr DrawThemeText(IntPtr hTheme, IntPtr hdc, int part, int state, string text, int charCount, int textFlags, int textFlags2, ref Win32.RECT pRect)
Public Shared Function DrawThemeText(hTheme As IntPtr, hdc As IntPtr, part As Integer, state As Integer, text As String, charCount As Integer, textFlags As Integer, textFlags2 As Integer, ByRef pRect As Win32.RECT) As IntPtr
| Type | Name | Description |
|---|---|---|
| IntPtr | hTheme | |
| IntPtr | hdc | |
| int | part | |
| int | state | |
| string | text | |
| int | charCount | |
| int | textFlags | |
| int | textFlags2 | |
| Win32.RECT | pRect |
| Type | Description |
|---|---|
| IntPtr |