SPMobileListTitleControl.IsEllipsisRenderingText, propriété (Microsoft.SharePoint.MobileControls)

Gets a value that indicates whether the title exceeds the mobile rendering limit.

Espace de noms : Microsoft.SharePoint.MobileControls
Assembly : Microsoft.SharePoint (dans microsoft.sharepoint.dll)

Syntaxe

'Déclaration
Protected Overrides ReadOnly Property IsEllipsisRenderingText As Boolean
'Utilisation
Dim value As Boolean

value = Me.IsEllipsisRenderingText
protected override bool IsEllipsisRenderingText { get; }

Valeur de la propriété

true if the title exceeds the rendering limit; otherwise, false.

Notes

The default rendering limit for list titles is 20 characters.

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.

Voir aussi

Référence

SPMobileListTitleControl, classe
Membres SPMobileListTitleControl
Microsoft.SharePoint.MobileControls, espace de noms

Autres ressources

Points de suspension et limites de rendu