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