SPMobileChoiceField.CreateControlForNew 方法
创建呈现该字段在新的 (项) 页上,根据呈现限制子选定内容控件。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Overrides Function CreateControlForNew As Control
用法
Dim returnValue As Control
returnValue = Me.CreateControlForNew()
protected override Control CreateControlForNew()
返回值
类型:System.Web.UI.Control
呈现该字段MobileControl选择控件。
备注
如果OptionCount超过OptionNumberLimit的值,不会呈现超过此限制的选项。
CreateControlForNew调用CreateChoiceControl。