public static System.int DrawThemeText( System.IntPtr hTheme, System.IntPtr hDC, System.int partId, System.int stateId, System.string s, System.int charCount, System.int flags1, System.int flags2, ref NWin32.RECT rect )
'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