DocumentViewerBase.CanGoToPreviousPagePropertyKey Champ
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.
Identifie la clé de la propriété de dépendance CanGoToPreviousPage.
protected: static initonly System::Windows::DependencyPropertyKey ^ CanGoToPreviousPagePropertyKey;
protected static readonly System.Windows.DependencyPropertyKey CanGoToPreviousPagePropertyKey;
staticval mutable CanGoToPreviousPagePropertyKey : System.Windows.DependencyPropertyKey
Protected Shared ReadOnly CanGoToPreviousPagePropertyKey As DependencyPropertyKey
Valeur de champ
Remarques
Si vous dérivez de DocumentViewerBase, vous avez besoin de cette clé pour définir la valeur de la CanGoToPreviousPage propriété de dépendance. Appelez SetValue(DependencyPropertyKey, Object), en passant CanGoToPreviousPagePropertyKey comme key
paramètre.