SPMobileForm.WindowTitle Property

Gets or sets a title for the browser window on the mobile device.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property WindowTitle As String
    Get
    Set
'Usage
Dim instance As SPMobileForm
Dim value As String

value = instance.WindowTitle

instance.WindowTitle = value
public string WindowTitle { get; set; }

Property Value

Type: System.String
A String that represents the title of the browser window. For the home page of the site, the default is the title of the site. For all other pages, the default is the title of the current list.

Remarks

The pages for the Delete and New forms have appropriate subtitles added. The pages for Edit and Display forms have the title of the current list item added as subtitles.

See Also

Reference

SPMobileForm Class

SPMobileForm Members

Microsoft.SharePoint.MobileControls Namespace