Gets or sets a value indicating whether web application must minimize the status bar that is displayed at the top of the screen on iPhone OS. Enabling this property is useful when application must be shown in full-screen mode like a native application.
Namespace:
C1.Web.iPhone.C1MultiViewAssembly: C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)
Syntax
C# |
---|
public virtual bool FullScreenCapable { get; set; } |
Visual Basic |
---|
Public Overridable Property FullScreenCapable As Boolean Get Set |
Implements
IWebApplicationMasterControl..::..FullScreenCapable
Remarks
Default value is false.