NextStep(Object,Boolean) Method (SimpleProgressController)
Go to next step.
'Declaration
Public Function NextStep( _
ByVal As System.Object, _
ByVal As Boolean _
) As Boolean
public bool NextStep(
System.Object ,
bool
)
public: bool NextStep(
System.Object ,
bool
)
public:
bool NextStep(
System.Object ,
bool
)
Parameters
- source
- A source of stage.
- canCancel
- A value indicating whether the action can be canceled.
Return Value
False action is canceled; otherwise, true.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5