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

Gets a value that specifies whether the text has exceeded the rendering limits for the mobile site.

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

Syntaxe

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

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

Valeur de la propriété

true if the limit has been exceeded; otherwise, false.

Notes

Unless it is overridden in a derived class, IsEllipsisRenderingText always returns false.

In derived classes that ship with Windows SharePoint Services 3.0 the value of IsEllipsisRenderingText 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. Typically, if IsEllipsisRenderingText and IsEllipsisRenderingPageType and EllipsisEnabled are all true, NeedEllipsisRendering is true and the ellipsis is added.

Voir aussi

Référence

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

Autres ressources

Points de suspension et limites de rendu