DocumentViewerBase.CanGoToPreviousPagePropertyKey Campo

Definición

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

Valor de campo

Comentarios

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

Se aplica a