DocumentViewerBase.CanGoToNextPagePropertyKey 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 CanGoToNextPage.
protected: static initonly System::Windows::DependencyPropertyKey ^ CanGoToNextPagePropertyKey;
protected static readonly System.Windows.DependencyPropertyKey CanGoToNextPagePropertyKey;
staticval mutable CanGoToNextPagePropertyKey : System.Windows.DependencyPropertyKey
Protected Shared ReadOnly CanGoToNextPagePropertyKey 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 CanGoToNextPage propriété de dépendance. Appelez SetValue(DependencyPropertyKey, Object), en passant CanGoToNextPagePropertyKey comme key
paramètre.