TrackBarRenderer::DrawVerticalTicks Method (Graphics^, Rectangle, Int32, EdgeStyle)
.NET Framework (current version)
Draws the specified number of vertical track bar ticks with visual styles.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: static void DrawVerticalTicks( 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. |
If width or height of the bounding rectangle or the number of ticks is less than or equal to zero, or g is null, DrawVerticalTicks returns without rendering.
Before calling this method, you should verify that the value of the IsSupported property is true.
.NET Framework
Available since 2.0
Available since 2.0
Show: