UIX_ProgressState Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:UIX_ProgressState Enumeration}} | {{#customTitle:UIX_ProgressState Enumeration}} | ||
− | {{#parentPage:PXV:UIX_Enumerations|UIX_ProgressState | + | {{#parentPage:PXV:UIX_Enumerations|UIX_ProgressState|enum}} |
− | + | ||
Sets the [[PXV:IUIX_Progress|IUIX_Progress]] indicator to one of possible states. | Sets the [[PXV:IUIX_Progress|IUIX_Progress]] indicator to one of possible states. | ||
Line 23: | Line 23: | ||
;UIX_ProgressState_Error | ;UIX_ProgressState_Error | ||
:Sets progress indicator color to red. | :Sets progress indicator color to red. | ||
+ | |||
+ | == See Also == | ||
+ | [[PXV:IUIX_Progress|IUIX_Progress]] |
Latest revision as of 12:47, 15 June 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.