TickStyle Property
Applies To
TrackBar
Description
Gets or sets where to display the tick marks on a TrackBar control.
Usage
GGet Form.Control.TickStyle, var
GSet Form.Control.TickStyle, value
- Form
- Name of a form or string variable containing a form name.
- Control
- Name of a control or string variable containing a control name.
- var
- Integer variable that will contain the value of the property.
- value
- Integer expression for the new value of the property.
Values
0 - None
1 - TopLeft
2 - BottomRight
3 - Both
Default: BottomRight
See Also
TrackBar
Example
GSet frmMain.TrackBar1.TickStyle, TICKSTYLE_BOTH