Indicates just how many ticks will be drawn. For a TrackBar with a range of 0..100, it might be impractical to draw all 100 ticks for a very small control. Passing in a value of 5 here would only draw 20 ticks-- i.e. Each tick would represent 5 units in the TrackBars range of values.
[Visual Basic] Public Property TickFrequency As Integer [C#] public int TickFrequency {get; set;} [C++] public: __property int get_TickFrequency(); public: __property void set_TickFrequency(int); [JScript] public function get TickFrequency() : int; public function set TickFrequency(int);
TrackBar Class | TrackBar Members | System.WinForms Namespace