UIX_ProgressState Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_ProgressState Enumeration}}
 
{{#customTitle:UIX_ProgressState Enumeration}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...

Revision as of 22:57, 20 April 2015


Specifies the ...

Syntax

enum UIX_ProgressState
{
    UIX_ProgressState_Normal = 0;
    UIX_ProgressState_Warning = 1;
    UIX_ProgressState_Error = 2;
};

Constants

UIX_ProgressState_Normal
The ...
UIX_ProgressState_Warning
The ...
UIX_ProgressState_Error
The ...

See Also

See also ...