GetThemeMargins (uxtheme)
Last changed: -67.128.30.210

.
Summary
TODO - a short description

C# Signature:

[DllImport("uxtheme.dll")]
static extern int GetThemeMargins(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, int iPropId, IntPtr prc, out MARGINS pMargins);

VB .NET Signature:

Declare Function GetThemeMargins Lib "uxtheme.dll" (TODO) As TODO

<DllImport("uxtheme", ExactSpelling := True)> _
Public Shared Function GetThemeMargins(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, iPropId As Integer, ByRef pMargins As MARGINS) As Int32
End Function

User-Defined Types:

MARGINS

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation