[This is preliminary documentation and is subject to change.]

Sets the login users's Theme value of the configuration information ConfigureInfo.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static void SetThemeVal(
	string themeVal
)
Visual Basic (Declaration)
Public Shared Sub SetThemeVal ( _
	themeVal As String _
)
Visual C++
public:
static void SetThemeVal(
	String^ themeVal
)

Parameters

themeVal
Type: System..::.String
The theme value.

See Also