Allows the creation and modification of a progress bar (also called a progress indicator), which indicates to the user how much longer an operation will take.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Interface IUserProgressBar |
C# | |
---|
public interface IUserProgressBar |
C++/CLI | |
---|
public interface class IUserProgressBar |
Example
Remarks
Accessors
See Also