Gets or sets the URL to startup image that is displayed while your web application launches.

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

Syntax

C#
public virtual string StartupImageUrl { get; set; }
Visual Basic
Public Overridable Property StartupImageUrl As String
	Get
	Set

Implements

IWebApplicationMasterControl..::..StartupImageUrl

See Also