xtd 0.2.0
Loading...
Searching...
No Matches

◆ progress_box_options

Specifies options on a xtd::forms::progress_box.

Header
#include <xtd/forms/progress_box_options>
Namespace
xtd::forms
Library
xtd.forms
Remarks
This enumeration is used by the xtd::forms::progress_box class.
Enumerator
none 

No options.

show_cancel_button 

Whether cancel button is shown.

show_skip_button 

Whether skip button is shown.

show_elapsed_time 

Whether elapsed time is shown.

show_estimated_time 

Whether estimated time is shown.

show_remaining_time 

Whether remaining time is shown.

all 

All flags except none.