Method | Description | |
---|---|---|
PerformStep ( ) : void | ||
SetCurrentStep ( int step ) : void | ||
SetIsCancelSupported ( bool value ) : void | ||
SetStepInformation ( int increment, int total ) : void | ||
SetSummary ( string summary ) : void | ||
SetTitle ( string title ) : void |
public SetIsCancelSupported ( bool value ) : void | ||
value | bool | |
return | void |
public SetStepInformation ( int increment, int total ) : void | ||
increment | int | |
total | int | |
return | void |