drawthemetextex (uxtheme)
Last changed: jnm2-50.241.168.105

.
Summary
TODO - a short description

C# Signature:

[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

User-Defined Types:

RECT, DTBGOPTS

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation