SPMobileBaseTextField.CreateControlForEdit 方法
返回为其提供用于在编辑页上的字段的当前值后面TextBoxControl 。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
声明
Protected Overrides Function CreateControlForEdit As Control
用法
Dim returnValue As Control
returnValue = Me.CreateControlForEdit()
protected override Control CreateControlForEdit()
类型:System.Web.UI.Control
MobileControl ,通常TextBox,呈现在编辑表单的字段的当前值。
如果字段的值超出移动呈现限制 (即 ;NeedEllipsisRendering是true),然后为即使是在编辑表单标签呈现字段。