SPMobileListTitleControl.IsEllipsisRenderingText Property
Gets a value that indicates whether the title exceeds the mobile rendering limit.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property IsEllipsisRenderingText As Boolean
Get
'Usage
Dim value As Boolean
value = Me.IsEllipsisRenderingText
protected override bool IsEllipsisRenderingText { get; }
Property Value
Type: System.Boolean
true if the title exceeds the rendering limit; otherwise, false.
Remarks
This value is used by NeedEllipsisRendering to help determine whether an ellipsis should be added to the end of the control's rendered text to indicate that the text has been truncated. If IsEllipsisRenderingText and IsEllipsisRenderingPageType and EllipsisEnabled are all true, NeedEllipsisRendering is true and the ellipsis is added.
See Also
Reference
SPMobileListTitleControl Class
SPMobileListTitleControl Members
Microsoft.SharePoint.MobileControls Namespace