Gets or sets the status bar style for full-screen mode.

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

Syntax

C#
public StatusBarStyle StatusBarStyle { get; set; }
Visual Basic
Public Property StatusBarStyle As StatusBarStyle
	Get
	Set

Field Value

The status bar style.

Implements

IWebApplicationMasterControl..::..StatusBarStyle

Remarks

Note, this property has no effect unless you first specify full-screen mode using FullScreenCapable property. Default value is Standard.

See Also