UIX_ProgressStyleFlags Enumeration

From PDF XChange PDF SDK
Revision as of 02:01, 21 August 2019 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Specifies the style of progress bar.

Without using flag(s) from this enumeration progress bar style will be set to default. Default style means determinate progress bar, that displays actual progress of task completion.

Syntax

enum UIX_ProgressStyleFlags
{
    UIX_ProgressStyle_Indeterminate = 256,
    UIX_ProgressStyle_Flat          = 512,
};

Constants

UIX_ProgressStyle_Indeterminate
Sets progress bar style to indeterminate. Indeterminate progress bar shows that progress is being made, but provides no information on its completion.
UIX_ProgressStyle_Flat
The ...

See Also

IUIX_Progress