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

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

Syntax

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

Field Value

The status bar style.

Remarks

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

See Also