[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);
VB.NET Signature:
<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
The RECT structure defines the coordinates of the upper-left and lower-right corners of a rectangle.
5/10/2013 11:19:44 PM - dahminator-75.174.65.168
TODO - a short description
9/12/2010 2:40:44 PM - jnm2-74.212.46.188
Please edit this page!
Do you have...
helpful tips or sample code to share for using this API in managed code?
corrections to the existing content?
variations of the signature you want to share?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).