_Application.PrintPreview 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.
Détermine si l’aperçu avant impression est l’affichage actuel. Cette propriété renvoie True si l’aperçu avant impression est l’affichage actuel, et False si ce n’est pas le cas.
public:
property bool PrintPreview { bool get(); void set(bool value); };
public bool PrintPreview { get; set; }
member this.PrintPreview : bool with get, set
Public Property PrintPreview As Boolean