'Declaration
Public Overloads Shared Function DrawThemeText( _ ByVal hTheme As System.IntPtr, _ ByVal hDC As System.IntPtr, _ ByVal partId As System.Integer, _ ByVal stateId As System.Integer, _ ByVal s As System.String, _ ByVal charCount As System.Integer, _ ByVal flags1 As System.Integer, _ ByVal flags2 As System.Integer, _ ByRef rect As NWin32.RECT _ ) As System.Integer
'Usage
Dim hTheme As System.IntPtr Dim hDC As System.IntPtr Dim partId As System.Integer Dim stateId As System.Integer Dim s As System.String Dim charCount As System.Integer Dim flags1 As System.Integer Dim flags2 As System.Integer Dim rect As NWin32.RECT Dim value As System.Integer value = NUxTheme.DrawThemeText(hTheme, hDC, partId, stateId, s, charCount, flags1, flags2, rect)
Parameters
- hTheme
- hDC
- partId
- stateId
- s
- charCount
- flags1
- flags2
- rect