conaito Office2Silverlight SDK

Namespace: Conaito.Office2Silverlight
Assembly: office2silverlight (in office2silverlight.exe) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool ControlsApplyTheme { get; set; }
Visual Basic
Public Property ControlsApplyTheme As Boolean
	Get
	Set
Visual C++
public:
property bool ControlsApplyTheme {
	bool get ();
	void set (bool value);
}

See Also