Compartilhar via


SPMobileChoiceField.CreateChoiceControl method

Cria um controle que processa uma lista de seleção, incluindo todas as opções até o limite de processamento (OptionNumberLimit).

Namespace:  Microsoft.SharePoint.Mobile.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Protected Overridable Function CreateChoiceControl As Control
'Uso
Dim returnValue As Control

returnValue = Me.CreateChoiceControl()
protected virtual Control CreateChoiceControl()

Valor retornado

Type: System.Web.UI.Control
Um MobileControl do qual é possível selecionar uma opção em uma lista finita.

Comentários

Normalmente, o CreateChoiceControl é chamado CreateControlForNew e CreateControlForEdit.

Ver também

Referência

SPMobileChoiceField class

SPMobileChoiceField members

Microsoft.SharePoint.Mobile.WebControls namespace