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 。 呼叫 SetValue(DependencyPropertyKey, Object) ,傳遞 CanGoToNextPagePropertyKey 作為 key 參數。

適用於