Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ProgressPanel Dim delay As Integer instance.Hide(delay) |
Parameters
- delay
- Integer (in milliseconds) to delay hiding the progress panel after uploads have completed.
Default Upload behavior is for the progress panel to be hidden automatically after uploads have completed.
In custom solutions, or if ProgressPanel.CloseOnComplete is CloseBehavior.None, Hide can be called from within a callback to close the panel.
Target Platforms: Microsoft .NET Framework 2.0