Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ProgressPanel Dim delay As Integer instance.Show(delay) |
Parameters
- delay
- Integer (in milliseconds) to delay after showing the progress panel.
Default Upload behavior is for the progress panel to be shown automatically. Call Show in custom solutions in which the progress panel is shown within a callback.
Target Platforms: Microsoft .NET Framework 2.0