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



delay
Integer (in milliseconds) to delay after showing the progress panel.
Show the progress panel with a delay before starting uploads.

Syntax

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

Parameters

delay
Integer (in milliseconds) to delay after showing the progress panel.

Remarks

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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