TrackBarRenderer Methods
.NET Framework 4.5
The TrackBarRenderer type exposes the following members.
| Name | Description | |
|---|---|---|
|
DrawBottomPointingThumb | Draws a downward-pointing track bar slider (also known as the thumb) with visual styles. |
|
DrawHorizontalThumb | Draws a horizontal track bar slider (also known as the thumb) with visual styles. |
|
DrawHorizontalTicks | Draws the specified number of horizontal track bar ticks with visual styles. |
|
DrawHorizontalTrack | Draws the track for a horizontal track bar with visual styles. |
|
DrawLeftPointingThumb | Draws a left-pointing track bar slider (also known as the thumb) with visual styles. |
|
DrawRightPointingThumb | Draws a right-pointing track bar slider (also known as the thumb) with visual styles. |
|
DrawTopPointingThumb | Draws an upward-pointing track bar slider (also known as the thumb) with visual styles. |
|
DrawVerticalThumb | Draws a vertical track bar slider (also known as the thumb) with visual styles. |
|
DrawVerticalTicks | Draws the specified number of vertical track bar ticks with visual styles. |
|
DrawVerticalTrack | Draws the track for a vertical track bar with visual styles. |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
GetBottomPointingThumbSize | Returns the size, in pixels, of the track bar slider (also known as the thumb) that points down. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetLeftPointingThumbSize | Returns the size, in pixels, of the track bar slider (also known as the thumb) that points to the left. |
|
GetRightPointingThumbSize | Returns the size, in pixels, of the track bar slider (also known as the thumb) that points to the right. |
|
GetTopPointingThumbSize | Returns the size, in pixels, of the track bar slider (also known as the thumb) that points up. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |