C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / DrawThemeTextEx Method

In This Topic
DrawThemeTextEx Method (Win32)
In This Topic
Syntax
'Declaration
 
Public Shared Function DrawThemeTextEx( _
   ByVal hTheme As IntPtr, _
   ByVal hdc As IntPtr, _
   ByVal iPartId As Integer, _
   ByVal iStateId As Integer, _
   ByVal text As String, _
   ByVal iCharCount As Integer, _
   ByVal dwFlags As Integer, _
   ByRef pRect As Win32.RECT, _
   ByRef pOptions As Win32.DTTOPTS _
) As Integer
 

Parameters

hTheme
hdc
iPartId
iStateId
text
iCharCount
dwFlags
pRect
pOptions
See Also