DocumentViewerBase::CanGoToPreviousPagePropertyKey Field
.NET Framework (current version)
Identifies the CanGoToPreviousPage dependency property key.
Assembly: PresentationFramework (in PresentationFramework.dll)
Field Value
Type: System.Windows::DependencyPropertyKey^The identifier for the CanGoToPreviousPage dependency property key.
If you derive from DocumentViewerBase, you need this key in order to set the value of the CanGoToPreviousPage dependency property. Call SetValue(DependencyPropertyKey^, Object^), passing CanGoToPreviousPagePropertyKey as the key parameter.
.NET Framework
Available since 3.0
Available since 3.0
Show: