Partager via


SPMobileChoiceField.CreateChoiceControl - Méthode

Crée un contrôle qui affiche une liste de sélection, y compris toutes les options dans la limite de rendu (OptionNumberLimit).

Espace de noms :  Microsoft.SharePoint.Mobile.WebControls
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Protected Overridable Function CreateChoiceControl As Control
'Utilisation
Dim returnValue As Control

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

Valeur renvoyée

Type : System.Web.UI.Control
MobileControl à partir de laquelle une seule option dans une liste limitée peut être sélectionnée.

Remarques

En général, les CreateChoiceControl est appelée par CreateControlForNew et CreateControlForEdit.

Voir aussi

Référence

SPMobileChoiceField classe

SPMobileChoiceField - Membres

Microsoft.SharePoint.Mobile.WebControls - Espace de noms