DocumentViewerBase.CanGoToNextPagePropertyKey Campo

Definición

Identifica la clave de la propiedad de dependencia 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 

Valor de campo

Comentarios

Si deriva de DocumentViewerBase, necesita esta clave para establecer el valor de la CanGoToNextPage propiedad de dependencia. Llame a SetValue(DependencyPropertyKey, Object), pasando CanGoToNextPagePropertyKey como parámetro key .

Se aplica a