Share via


WebPartMobileAdapter.TitleIconUrl property

Gets the URL of the icon that renders beside the title the Web Part on a mobile page when the Web Part cannot be expanded and collapsed.

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

Syntax

'Declaration
Protected Overridable ReadOnly Property TitleIconUrl As String
    Get
'Usage
Dim value As String

value = Me.TitleIconUrl
protected virtual string TitleIconUrl { get; }

Property value

Type: System.String
The URL of the icon.

Remarks

The default implementation returns /_layouts/images/mblwpsummarytitle.gif, unless a right-to-left language is being used in which case the default image is /_layouts/images/mblwpsummarytitlertl.gif.

See also

Reference

WebPartMobileAdapter class

WebPartMobileAdapter members

Microsoft.SharePoint.WebPartPages namespace