TaskbarItemProgressState 列挙型
定義
Windows タスク バーのプログレス インジケーターの状態を指定します。Specifies the state of the progress indicator in the Windows taskbar.
public enum class TaskbarItemProgressState
public enum TaskbarItemProgressState
type TaskbarItemProgressState =
Public Enum TaskbarItemProgressState
- 継承
フィールド
Error | 3 | タスク バー ボタンに表示される赤のプログレス インジケーター。A red progress indicator is displayed in the taskbar button. |
Indeterminate | 1 | タスク バー ボタンに表示される点滅する緑のプログレス インジケーター。A pulsing green indicator is displayed in the taskbar button. |
None | 0 | タスク バー ボタンにプログレス インジケーターが表示されません。No progress indicator is displayed in the taskbar button. |
Normal | 2 | タスク バー ボタンに緑のプログレス インジケーターが表示されます。A green progress indicator is displayed in the taskbar button. |
Paused | 4 | タスク バー ボタンに黄色のプログレス インジケーターが表示されます。A yellow progress indicator is displayed in the taskbar button. |
注釈
実行時間の長いタスクの進行状況を通知するには、タスクバーに進行状況インジケーターを表示し Windows 7Windows 7 ます。You can communicate the progress of long-running tasks by displaying a progress indicator in the Windows 7Windows 7 taskbar. インジケーターの色は、 ProgressState 列挙値の1つを含むプロパティによって決定され TaskbarItemProgressState ます。The color of the indicator is determined by the ProgressState property, which contains one of the TaskbarItemProgressState enumeration values. TaskbarItemProgressStateが正常、一時停止、またはエラーの場合は、プロパティによって ProgressValue 進行状況インジケーターの完全性が決定されます。If the TaskbarItemProgressState is Normal, Paused, or Error, the ProgressValue property determines the completeness of the progress indicator. ProgressValueの他の値では、は無視され ProgressState ます。ProgressValue is ignored for other values of ProgressState.