| Visual Basic (Declaration) | |
|---|---|
Public Overloads Sub Hide() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ProgressPanel instance.Hide() | |
| C# | |
|---|---|
public void Hide() | |
| C++/CLI | |
|---|---|
public: void Hide(); | |
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