Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Creates a control that renders a selection list that includes all options 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 options from a finite list can be selected.
Remarks
Typically, the CreateChoiceControl method is called by the CreateControlForNew and CreateControlForEdit methods.
See Also
Reference
SPMobileMultiChoiceField Class