NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TrackBar Constructor

Creates a new TrackBar control with a default range of 0..10 and ticks shown every value.

[Visual Basic]
Public Sub New()
[C#]
public TrackBar();
[C++]
public: TrackBar();
[JScript]
public function TrackBar();

See Also

TrackBar Class | TrackBar Members | System.WinForms Namespace