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