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

Gets or sets a value indicating whether the control is capable of adding an ellipsis at the end of its rendered data when the data exceeds the mobile rendering limit.

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

Syntaxe

'Déclaration
Public Overridable Property EllipsisEnabled As Boolean
'Utilisation
Dim instance As SPMobileComponent
Dim value As Boolean

value = instance.EllipsisEnabled

instance.EllipsisEnabled = value
public virtual bool EllipsisEnabled { get; set; }

Valeur de la propriété

true if the control is capable of adding an ellipsis; otherwise, false. The default is true.

Notes

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. Unless overridden in a derived class, 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