System.Windows.Forms 2.0.0.0 System.Object The class provides a set of static methods that can be used to render each part of a track bar control with the current visual style of the operating system. Rendering a control refers to drawing the user interface of a control. This is useful if you are drawing a custom control that should have the appearance of the current visual style. If visual styles are enabled in the operating system and visual styles are applied to the client area of application windows, the methods in this class will draw the track bar with the current visual style. Otherwise, the methods in this class will throw an . To determine whether the members of this class can be used, you can check the value of the property. This class wraps the functionality of a that is set to one of the elements exposed by the class. For more information, see Rendering Controls with Visual Styles. Provides methods used to render a track bar control with visual styles. This class cannot be inherited. Method System.Void Before calling this method, you should verify that the value of the property is true. Draws a downward-pointing track bar slider (also known as the thumb) with visual styles. The used to draw the track bar slider. The that specifies the bounds of the track bar slider. One of the values that specifies the visual state of the track bar slider. 2.0.0.0 Method System.Void Before calling this method, you should verify that the value of the property is true. Draws a horizontal track bar slider (also known as the thumb) with visual styles. The used to draw the track bar slider. The that specifies the bounds of the track bar slider. One of the values that specifies the visual state of the track bar slider. 2.0.0.0 Method System.Void Before calling this method, you should verify that the value of the property is true. If width or height of the bounding rectangle or the number of ticks is less than or equal to zero, or is null, returns without rendering. Draws the specified number of horizontal track bar ticks with visual styles. The used to draw the ticks. The that specifies the bounds of the ticks. The number of ticks to draw. One of the values. 2.0.0.0 Method System.Void Before calling this method, you should verify that the value of the property is true. Draws the track for a horizontal track bar with visual styles. The used to draw the track. The that specifies the bounds of the track. 2.0.0.0 Method System.Void Before calling this method, you should verify that the value of the property is true. Draws a left-pointing track bar slider (also known as the thumb) with visual styles. The used to draw the track bar slider. The that specifies the bounds of the track bar slider. One of the values that specifies the visual state of the track bar slider. 2.0.0.0 Method System.Void Before calling this method, you should verify that the value of the property is true. Draws a right-pointing track bar slider (also known as the thumb) with visual styles. The used to draw the track bar slider. The that specifies the bounds of the track bar slider. One of the values that specifies the visual state of the track bar slider. 2.0.0.0 Method System.Void Before calling this method, you should verify that the value of the property is true. Draws an upward-pointing track bar slider (also known as the thumb) with visual styles. The used to draw the track bar slider. The that specifies the bounds of the track bar slider. One of the values that specifies the visual state of the track bar slider. 2.0.0.0 Method System.Void Before calling this method, you should verify that the value of the property is true. Draws a vertical track bar slider (also known as the thumb) with visual styles. The used to draw the track bar slider. The that specifies the bounds of the track bar slider. One of the values that specifies the visual state of the track bar slider. 2.0.0.0 Method System.Void If width or height of the bounding rectangle or the number of ticks is less than or equal to zero, or is null, returns without rendering. Before calling this method, you should verify that the value of the property is true. Draws the specified number of vertical track bar ticks with visual styles. The used to draw the ticks. The that specifies the bounds of the ticks. The number of ticks to draw. One of the values. 2.0.0.0 Method System.Void Before calling this method, you should verify that the value of the property is true. Draws the track for a vertical track bar with visual styles. The used to draw the track. The that specifies the bounds of the track. 2.0.0.0 Method System.Drawing.Size The size of the slider is determined by the current visual style of the operating system. Before calling this method, you should verify that the value of the property is true. Returns the size, in pixels, of the track bar slider (also known as the thumb) that points down. A that specifies the size, in pixels, of the slider. The this operation will use. One of the values that specifies the visual state of the track bar slider. 2.0.0.0 Method System.Drawing.Size The size of the slider is determined by the current visual style of the operating system. Before calling this method, you should verify that the value of the property is true. Returns the size, in pixels, of the track bar slider (also known as the thumb) that points to the left. A that specifies the size, in pixels, of the slider. The this operation will use. One of the values that specifies the visual state of the slider. 2.0.0.0 Method System.Drawing.Size The size of the slider is determined by the current visual style of the operating system. Before calling this method, you should verify that the value of the property is true. Returns the size, in pixels, of the track bar slider (also known as the thumb) that points to the right. A that specifies the size, in pixels, of the slider. The this operation will use. One of the values that specifies the visual state of the slider. 2.0.0.0 Method System.Drawing.Size The size of the slider is determined by the current visual style of the operating system. Before calling this method, you should verify that the value of the property is true. Returns the size, in pixels, of the track bar slider (also known as the thumb) that points up. A that specifies the size, in pixels, of the slider. The this operation will use. One of the values that specifies the visual state of the slider. 2.0.0.0 Property System.Boolean To be added. If this property is false, the methods of this class will throw an . Gets a value indicating whether the class can be used to draw a track bar with visual styles. 2.0.0.0