GetThemeDocumentationProperty (uxtheme)
Last changed: Craig Ellis (pinvokedotnet@twistedpine.com)-198.174.195.244

.
Summary
TODO - a short description

C# Signature:

[DllImport("uxtheme", ExactSpelling=true, CharSet=CharSet.Unicode)]
public extern static Int32 GetThemeDocumentationProperty(String stringThemeName, String stringPropertyName, out StringBuilder stringValue, int lengthValue);

VB .NET Signature:

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

<DllImport("uxtheme", ExactSpelling := True, CharSet := CharSet.Unicode)> _
Public Shared Function GetThemeDocumentationProperty(stringThemeName As [String], stringPropertyName As [String], ByRef stringValue As StringBuilder, lengthValue 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