UIX_ProgressState Enumeration
From PDF XChange PDF SDK
Line 4: | Line 4: | ||
{{ToReview}} | {{ToReview}} | ||
− | Sets the [[PXV:IUIX_Progress|IUIX_Progress]] indicator to one of possible | + | Sets the [[PXV:IUIX_Progress|IUIX_Progress]] indicator to one of possible states. |
== Syntax == | == Syntax == |
Revision as of 04:31, 14 May 2015
Sets the IUIX_Progress indicator to one of possible states.
Syntax
enum UIX_ProgressState { UIX_ProgressState_Normal = 0, UIX_ProgressState_Warning = 1, UIX_ProgressState_Error = 2, };
Constants
- UIX_ProgressState_Normal
- Sets progress indicator color to green. Default state.
- UIX_ProgressState_Warning
- Sets progress indicator color to yellow.
- UIX_ProgressState_Error
- Sets progress indicator color to red.
See Also
See also IUIX_Progress.