DocumentViewerBase.CanGoToPreviousPagePropertyKey Field

Definition

Identifies the CanGoToPreviousPage dependency property key.

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 

Field Value

Remarks

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.

Applies to