TrackBarRenderer::DrawHorizontalTicks Method (Graphics^, Rectangle, Int32, EdgeStyle)
.NET Framework (current version)
Draws the specified number of horizontal track bar ticks with visual styles.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: static void DrawHorizontalTicks( Graphics^ g, Rectangle bounds, int numTicks, EdgeStyle edgeStyle )
Parameters
- g
-
Type:
System.Drawing::Graphics^
The Graphics used to draw the ticks.
- bounds
-
Type:
System.Drawing::Rectangle
The Rectangle that specifies the bounds of the ticks.
- numTicks
-
Type:
System::Int32
The number of ticks to draw.
- edgeStyle
-
Type:
System.Windows.Forms.VisualStyles::EdgeStyle
One of the EdgeStyle values.
| Exception | Condition |
|---|---|
| InvalidOperationException | The operating system does not support visual styles. -or- Visual styles are disabled by the user in the operating system. -or- Visual styles are not applied to the client area of application windows. |
Before calling this method, you should verify that the value of the IsSupported property is true.
If width or height of the bounding rectangle or the number of ticks is less than or equal to zero, or g is null, DrawHorizontalTicks returns without rendering.
.NET Framework
Available since 2.0
Available since 2.0
Show: