static | DrawBottomPointingThumb(System.Drawing.Graphics, System.Drawing.Rectangle, System.Windows.Forms.VisualStyles.TrackBarThumbState)
Draws a downward-pointing track bar slider (also known as the thumb) with visual styles.
|
static | DrawHorizontalThumb(System.Drawing.Graphics, System.Drawing.Rectangle, System.Windows.Forms.VisualStyles.TrackBarThumbState)
Draws a horizontal track bar slider (also known as the thumb) with visual styles.
|
static | DrawHorizontalTicks(System.Drawing.Graphics, System.Drawing.Rectangle, int, System.Windows.Forms.VisualStyles.EdgeStyle)
Draws the specified number of horizontal track bar ticks with visual styles.
|
static | DrawHorizontalTrack(System.Drawing.Graphics, System.Drawing.Rectangle)
Draws the track for a horizontal track bar with visual styles.
|
static | DrawLeftPointingThumb(System.Drawing.Graphics, System.Drawing.Rectangle, System.Windows.Forms.VisualStyles.TrackBarThumbState)
Draws a left-pointing track bar slider (also known as the thumb) with visual styles.
|
static | DrawRightPointingThumb(System.Drawing.Graphics, System.Drawing.Rectangle, System.Windows.Forms.VisualStyles.TrackBarThumbState)
Draws a right-pointing track bar slider (also known as the thumb) with visual styles.
|
static | DrawTopPointingThumb(System.Drawing.Graphics, System.Drawing.Rectangle, System.Windows.Forms.VisualStyles.TrackBarThumbState)
Draws an upward-pointing track bar slider (also known as the thumb) with visual styles.
|
static | DrawVerticalThumb(System.Drawing.Graphics, System.Drawing.Rectangle, System.Windows.Forms.VisualStyles.TrackBarThumbState)
Draws a vertical track bar slider (also known as the thumb) with visual styles.
|
static | DrawVerticalTicks(System.Drawing.Graphics, System.Drawing.Rectangle, int, System.Windows.Forms.VisualStyles.EdgeStyle)
Draws the specified number of vertical track bar ticks with visual styles.
|
static | DrawVerticalTrack(System.Drawing.Graphics, System.Drawing.Rectangle)
Draws the track for a vertical track bar with visual styles.
|
static | GetBottomPointingThumbSize(System.Drawing.Graphics, System.Windows.Forms.VisualStyles.TrackBarThumbState) : System.Drawing.Size
Returns the size, in pixels, of the track bar slider (also known as the thumb) that points down.
|
static | GetLeftPointingThumbSize(System.Drawing.Graphics, System.Windows.Forms.VisualStyles.TrackBarThumbState) : System.Drawing.Size
Returns the size, in pixels, of the track bar slider (also known as the thumb) that points to the left.
|
static | GetRightPointingThumbSize(System.Drawing.Graphics, System.Windows.Forms.VisualStyles.TrackBarThumbState) : System.Drawing.Size
Returns the size, in pixels, of the track bar slider (also known as the thumb) that points to the right.
|
static | GetTopPointingThumbSize(System.Drawing.Graphics, System.Windows.Forms.VisualStyles.TrackBarThumbState) : System.Drawing.Size
Returns the size, in pixels, of the track bar slider (also known as the thumb) that points up.
|