DocumentViewerBase.CanGoToPreviousPagePropertyKey フィールド

定義

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 

フィールド値

注釈

DocumentViewerBaseから派生する場合、CanGoToPreviousPage依存関係プロパティの値を設定するには、このキーが必要です。 SetValue(DependencyPropertyKey, Object)を呼び出し、CanGoToPreviousPagePropertyKey パラメーターとしてkeyを渡します。

適用対象