SPMobileAttachmentsField.IsEllipsisRenderingText Property

Gets a value that indicates whether the string representation of the field's value 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 Value is not a null reference (Nothing in Visual Basic); 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

SPMobileAttachmentsField Class

SPMobileAttachmentsField Members

Microsoft.SharePoint.MobileControls Namespace