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



delay
Integer (in milliseconds) to delay hiding the progress panel after uploads have completed.
Hide the progress panel after a delay when uploads have completed.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Hide( _
   ByVal delay As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As ProgressPanel
Dim delay As Integer
 
instance.Hide(delay)
C# 
public void Hide( 
   int delay
)
C++/CLI 
public:
void Hide( 
   int delay
) 

Parameters

delay
Integer (in milliseconds) to delay hiding the progress panel after uploads have completed.

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.