AdaptiveDialog.AutoEndDialog Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une expression indiquant s’il faut mettre fin au dialogue lorsqu’aucune action n’est à exécuter.
public AdaptiveExpressions.Properties.BoolExpression AutoEndDialog { get; set; }
member this.AutoEndDialog : AdaptiveExpressions.Properties.BoolExpression with get, set
Public Property AutoEndDialog As BoolExpression
Valeur de propriété
Indique s’il faut mettre fin au dialogue en l’absence d’actions à exécuter.
Remarques
Si la valeur est true, lorsqu’aucune action n’est à exécuter, la boîte de dialogue actuelle se termine Si la valeur est false, lorsqu’il n’y a aucune action à exécuter, le dialogue actuel met simplement fin au tour et reste actif.