EnableTheming
[DllImport("uxtheme.dll", SetLastError = true)]
public static extern bool EnableTheming(
bool fEnable
);Last updated
[DllImport("uxtheme.dll", SetLastError = true)]
public static extern bool EnableTheming(
bool fEnable
);Last updated