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 Class

The TrackBar is a scrollable control similar to the ScrollBar, but has a different UI. You can configure ranges through which it should scroll, and also define increments for off-button clicks. It can be aligned horizontally or vertically. You can also configure how many 'ticks' are shown for the total range of values

Object
   MarshalByRefObject
      MarshalByRefComponent
         Control
            RichControl
               TrackBar

[Visual Basic]
Public Class TrackBar
   Inherits RichControl
   Implements ISupportInitialize
[C#]
public class TrackBar : RichControl, ISupportInitialize
[C++]
public __gc class TrackBar : public RichControl, ISupportInitialize
[JScript]
public class TrackBar extends RichControl, ISupportInitialize

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

TrackBar Members | System.WinForms Namespace