SPMobileLookupField.CreateControlForDisplay - Méthode
Crée un contrôle enfant pour rendre la valeur du champ sur un formulaire d'affichage mobile.
Espace de noms : Microsoft.SharePoint.Mobile.WebControls
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Protected Overrides Function CreateControlForDisplay As Control
'Utilisation
Dim returnValue As Control
returnValue = Me.CreateControlForDisplay()
protected override Control CreateControlForDisplay()
Valeur renvoyée
Type : System.Web.UI.Control
Un MobileControl (plus précisément, un Label) qui restitue la valeur actuelle du champ.