Desktop Functions: Smart Device Functions:
|
IsThemeActive (uxtheme)
C# Signature:
[DllImport("uxtheme", ExactSpelling=true)] VB .NET Signature:
Declare Function IsThemeActive Lib "uxtheme.dll" (TODO) As TODO
<DllImport("uxtheme", ExactSpelling := True)> _ C# Signature:
[DllImport("uxtheme", ExactSpelling=true)] VB .NET Signature:
Declare Function IsThemeActive Lib "uxtheme.dll" (TODO) As TODO User-Defined Types:None. Notes:Return 1 if active else 0. Tips & Tricks:Please add some! Sample Code:
int ret = 0; Alternative Managed API:TODO Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|