NamespaceTreeControlSetTheme Method |
The name of the desktop theme to which the current window is being set.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public int SetTheme(
string name,
bool throwOnError = true
)
Parameters
- name
- Type: SystemString
The name of the desktop theme to which the current window is being set. - throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
Return Value
Type:
Int32
An error number or 0.
Exceptions See Also