Files
Andy De George c0ba284473 Initial winforms content migrated (#18)
* Merge winforms framework content to working branch (#14)

* Breadcrumb / TOC / Move net5 to net folder (#15)

* change path from net5 to net

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Add .net 5 winforms placeholder article (#16)

* added some metadata and adjusted net5 placeholder

* corrections

* corrections

* corrections

* Test1

* Swapping landing page vs concept

* fix links

* Fix links

* Fix desc
2020-09-01 16:26:21 -07:00

1.8 KiB

title, ms.date, helpviewer_keywords, ms.assetid
title ms.date helpviewer_keywords ms.assetid
ProgressBar Control 03/30/2017
progress controls
ProgressBar control [Windows Forms]
5be6b642-e8a6-4565-8ebd-ae73c7b10dc9

ProgressBar Control (Windows Forms)

Important

The xref:System.Windows.Forms.ToolStripProgressBar control replaces and adds functionality to the xref:System.Windows.Forms.ProgressBar control; however, the xref:System.Windows.Forms.ProgressBar control is retained for both backward compatibility and future use, if you choose.

The Windows Forms xref:System.Windows.Forms.ProgressBar control indicates the progress of an action by displaying an appropriate number of rectangles arranged in a horizontal bar. When the action is complete, the bar is filled. Progress bars are commonly used to give the user an indication of how long to wait for a protracted action to complete—for instance, when a large file is being loaded.

In This Section

ProgressBar Control Overview
Introduces the general concepts of the xref:System.Windows.Forms.ProgressBar control, which enables you to graphically display the progress of an operation.

How to: Set the Value Displayed by the Windows Forms ProgressBar Control
Discusses a number of different ways to increase the value displayed by the xref:System.Windows.Forms.ProgressBar control.

Reference

xref:System.Windows.Forms.ProgressBar
Provides reference information on the class and its members.

Controls to Use on Windows Forms
Provides a complete list of Windows Forms controls, with links to information on their use.