Vcl.JumpList.TCustomJumpList.AutoRefresh
Delphi
property AutoRefresh: Boolean read FAutoRefresh write SetAutoRefresh default False;
C++
__property bool AutoRefresh = {read=FAutoRefresh, write=SetAutoRefresh, default=0};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | Vcl.JumpList.pas Vcl.JumpList.hpp |
Vcl.JumpList | TCustomJumpList |
説明
タスク リストとカスタム カテゴリ リストへの変更が、Windows タスク バーにおいて自動的に更新されるべきか(True)、もしくは、それらの変更は Windows タスク バーにおいて UpdateList を使用して手動でのみ更新されるべきか(False)を、決定します。
例外
AutoRefresh プロパティを True に設定すると、次の例外が発生する可能性があります:
| Exception | Exception.Message | シナリオ |
|---|---|---|
|
ジャンプリストの例外: エラー <code> が <Beginning List> で発生します。 |
| |
|
ジャンプリストの例外: エラー <code> が <Committing List> で発生します。 |
|
AutoRefresh を True に設定すると、ジャンプ リスト コンポーネントは次のメンバーを使用し、それらが各々の例外を発生させる可能性があります: