TickFrequency Property
Applies To
TrackBar
Description
Gets or sets the interval of the tick marks on a TrackBar control.
Usage
GGet Form.Control.TickFrequency, var
GSet Form.Control.TickFrequency, 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
An integer representing the interval of the tick marks.
See Also
TrackBar
Example
GSet frmMain.TrackBar1.TickFrequency, 5