[]
        
(Showing Draft Content)

C1.Util.Win.Win32.DrawThemeText

DrawThemeText Method

DrawThemeText(IntPtr, IntPtr, int, int, string, int, int, int, ref RECT)

Declaration
public static extern IntPtr DrawThemeText(IntPtr hTheme, IntPtr hdc, int part, int state, string text, int charCount, int textFlags, int textFlags2, ref Win32.RECT pRect)
Public Shared Function DrawThemeText(hTheme As IntPtr, hdc As IntPtr, part As Integer, state As Integer, text As String, charCount As Integer, textFlags As Integer, textFlags2 As Integer, ByRef pRect As Win32.RECT) As IntPtr
Parameters
Type Name Description
IntPtr hTheme
IntPtr hdc
int part
int state
string text
int charCount
int textFlags
int textFlags2
Win32.RECT pRect
Returns
Type Description
IntPtr