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

.
Summary
TODO - a short description

C# Signature:

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

VB .NET Signature:

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

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation