DocumentViewerBase.CanGoToPreviousPagePropertyKey Champ

Définition

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.

S’applique à