Lenguaje

DocumentViewerBase.CanGoToPreviousPagePropertyKey Campo

Definición

Identifica la CanGoToPreviousPage clave de propiedad de dependencia.

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