Gets or sets a value indicating whether the ToolBar is visible.

Namespace:  C1.Web.iPhone.C1ViewPort
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public bool ToolBarVisible { get; set; }
Visual Basic
Public Property ToolBarVisible As Boolean
	Get
	Set

Field Value

true if the ToolBar is visible; otherwise, false.

See Also