Step Property (InputProgressBar)
In This Topic
Gets or sets the amount by which a call to the
PerformStep method increases the current position of the progress bar.
Syntax
'Declaration
Public Property Step As Integer
public int Step {get; set;}
See Also