SPMobileLookupField.CreateChoiceControl 方法
创建一个控件呈现选择列表,包括所有呈现限制 (OptionNumberLimit) 的选项。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Overrides Function CreateChoiceControl As Control
用法
Dim returnValue As Control
returnValue = Me.CreateChoiceControl()
protected override Control CreateChoiceControl()
返回值
类型:System.Web.UI.Control
可以从中选择一个选项从有限列表MobileControl 。
备注
通常情况下,由CreateControlForNew和CreateControlForEdit调用CreateChoiceControl 。