SPMobileListTitleControl.IsEllipsisRenderingText 属性

获取一个值,该值指示是否标题超出移动呈现限制。

命名空间:  Microsoft.SharePoint.Mobile.WebControls
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Protected Overrides ReadOnly Property IsEllipsisRenderingText As Boolean
    Get
用法
Dim value As Boolean

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

属性值

类型:System.Boolean
true如果标题超出呈现限制 ;否则为false。

备注

NeedEllipsisRendering使用此值可帮助确定是否应将省略号添加到末尾的控件的呈现的文本,以指示文本已被截断。如果IsEllipsisRenderingText和IsEllipsisRenderingPageTypeEllipsisEnabled所有true, NeedEllipsisRendering是true ,并添加省略号。

另请参阅

引用

SPMobileListTitleControl 类

SPMobileListTitleControl 成员

Microsoft.SharePoint.Mobile.WebControls 命名空间

其他资源

Ellipses and Rendering Limits