PowerWEB File Upload for ASP.NET
Hide() Method
See Also  Send comments on this topic.
Dart.FileUpload Namespace > ProgressPanel Class > Hide Method : Hide() Method



Hide the progress panel.

Syntax

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(); 

Remarks

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.3
© 2012 Dart Communications. All Rights Reserved.