[DllImport("uxtheme.dll", ExactSpelling=true, CharSet=CharSet.Unicode)]
public extern static Int32 DrawThemeTextEx(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, String text, int length, UInt32 flags, ref RECT rect, ref DTBGOPTS poptions);
<DllImport("uxtheme.dll", ExactSpelling:=True, CharSet:=CharSet.Unicode)> _
Public Shared Function DrawThemeTextEx(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, text As [String], length As Integer, flags As UInt32, ByRef rect As RECT, ByRef poptions As DTBGOPTS) As Int32
End Function
Do you know one? Please contribute it!
None.
Please add some!
Please add some!
