ProgressIndicatorState Enum  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class ProgressIndicatorState
	public enum ProgressIndicatorState
	type ProgressIndicatorState = 
	Public Enum ProgressIndicatorState
		- Inheritance
 - 
				ProgressIndicatorState
 
Fields
| Name | Value | Description | 
|---|---|---|
| Closed | 0 | |
| Opening | 1 | |
| Open | 2 | |
| Closing | 3 |