conaito Office2Silverlight SDK
Gets or sets the height of the toolbar area.

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

Syntax

C#
public int ToolbarAreaHeight { get; set; }
Visual Basic
Public Property ToolbarAreaHeight As Integer
	Get
	Set
Visual C++
public:
property int ToolbarAreaHeight {
	int get ();
	void set (int value);
}

Field Value

The height of the toolbar area.

See Also