GetThemeMetric (uxtheme)
Last changed: consultants@russte.com-65.31.114.174

.
Summary
Retrieves the value of a metric property.

C# Signature:

[DllImport("uxtheme", ExactSpelling=true)]
public extern static Int32 GetThemeMetric(IntPtr hTheme, IntPtr hDC, int iPartId, int iStateId, int iPropId, out int piVal);

VB .NET Signature:

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

<DllImport("uxtheme", ExactSpelling := True)> _
Public Shared Function GetThemeMetric(hTheme As IntPtr, hDC As IntPtr, iPartId As Integer, iStateId As Integer, iPropId As Integer, ByRef piVal As Integer) As Int32
End Function

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation