ProgressBarRenderer Methods
.NET Framework (current version)
Namespace:
System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | DrawHorizontalBar(Graphics^, Rectangle) | Draws an empty progress bar control that fills in horizontally. |
![]() ![]() | DrawHorizontalChunks(Graphics^, Rectangle) | Draws a set of progress bar pieces that fill a horizontal progress bar. |
![]() ![]() | DrawVerticalBar(Graphics^, Rectangle) | Draws an empty progress bar control that fills in vertically. |
![]() ![]() | DrawVerticalChunks(Graphics^, Rectangle) | Draws a set of progress bar pieces that fill a vertical progress bar. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Show:

