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 必要です。 パラメーターとして を渡して CanGoToPreviousPagePropertyKeykey呼び出SetValue(DependencyPropertyKey, Object)します。

適用対象