SPMobileMultiUserField.CreateChoiceControl Method
Creates a control that renders a selection list that includes all users and groups, up to the rendering limit which is set by using the OptionNumberLimit property.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Function CreateChoiceControl As MobileControl
'Usage
Dim returnValue As MobileControl
returnValue = Me.CreateChoiceControl()
protected override MobileControl CreateChoiceControl()
Return Value
Type: System.Web.UI.MobileControls.MobileControl
A MobileControl object from which multiple users and groups can be selected.
Remarks
Typically, a CreateChoiceControl method is called by the CreateControlForNew and CreateControlForEdit methods.