PageSetupDialog.AllowPrinter Propriété

Définition

Obtient ou définit une valeur indiquant si le bouton Imprimer est activé.

public:
 property bool AllowPrinter { bool get(); void set(bool value); };
public bool AllowPrinter { get; set; }
member this.AllowPrinter : bool with get, set
Public Property AllowPrinter As Boolean

Valeur de propriété

Boolean

true si le bouton Imprimante est activé ; sinon, false. La valeur par défaut est true.

Remarques

Notes

La définition de true cette propriété n’a aucun effet si l’application s’exécute sur Windows Vista. Le bouton Imprimante ne s’affiche pas.

S’applique à

Voir aussi