UIX_ProgressState Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_ProgressState Enumeration}}
 
{{#customTitle:UIX_ProgressState Enumeration}}
{{#parentPage:PXV:UIX|UIX_ProgressState Enumeration|enum}}
+
{{#parentPage:PXV:UIX_Enumerations|UIX_ProgressState|enum}}
{{ToWrite}}
+
{{ToReview}}
+
  
Specifies the ...
+
 
 +
Sets the [[PXV:IUIX_Progress|IUIX_Progress]] indicator to one of possible states.
  
 
== Syntax ==
 
== Syntax ==
Line 18: Line 18:
 
== Constants ==
 
== Constants ==
 
;UIX_ProgressState_Normal
 
;UIX_ProgressState_Normal
:The ...
+
:Sets progress indicator color to green. Default state.
 
;UIX_ProgressState_Warning
 
;UIX_ProgressState_Warning
:The ...
+
:Sets progress indicator color to yellow.
 
;UIX_ProgressState_Error
 
;UIX_ProgressState_Error
:The ...
+
:Sets progress indicator color to red.
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IUIX_Progress|IUIX_Progress]]

Latest revision as of 13: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.

See Also

IUIX_Progress