SPMobileSelectStandardFormButton.DisplayNavigation - Propriété
Remarque : cette API est désormais obsolète.
Obtient une valeur indiquant si le bouton doit être affiché ou non.
Espace de noms : Microsoft.SharePoint.MobileControls
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Protected Overrides ReadOnly Property DisplayNavigation As Boolean
Get
'Utilisation
Dim value As Boolean
value = Me.DisplayNavigation
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
protected override bool DisplayNavigation { get; }
Valeur de propriété
Type : System.Boolean
true si le bouton est visible ; dans le cas contraire, false.
Voir aussi
Référence
SPMobileSelectStandardFormButton classe