Click or drag to resize

NamespaceTreeControl.SetTheme Method

The name of the desktop theme to which the current window is being set.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public int SetTheme(
	string name,
	bool throwOnError = true
)

Parameters

name
Type: System.String
The name of the desktop theme to which the current window is being set.
throwOnError (Optional)
Type: System.Boolean
true to throw error; otherwise false.

Return Value

Type: Int32
An error number or 0.
Exceptions
ExceptionCondition
ArgumentNullExceptionitem
See Also