DocumentViewerBase.CanGoToNextPagePropertyKey フィールド

定義

CanGoToNextPage 依存関係プロパティのキーを識別します。

protected: static initonly System::Windows::DependencyPropertyKey ^ CanGoToNextPagePropertyKey;
protected static readonly System.Windows.DependencyPropertyKey CanGoToNextPagePropertyKey;
 staticval mutable CanGoToNextPagePropertyKey : System.Windows.DependencyPropertyKey
Protected Shared ReadOnly CanGoToNextPagePropertyKey As DependencyPropertyKey 

フィールド値

注釈

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

適用対象