DocumentViewerBase.CanGoToNextPagePropertyKey Campo

Definizione

Identifica la chiave della proprietà di dipendenza 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 

Valore del campo

Commenti

Se si deriva da DocumentViewerBase, è necessaria questa chiave per impostare il valore della proprietà di CanGoToNextPage dipendenza. Chiamare SetValue(DependencyPropertyKey, Object), passando CanGoToNextPagePropertyKey come key parametro .

Si applica a