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