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!

ToolBar Class

This class should be used to add a ToolBar to your form. It can be algined to the top or the bottom of the form. You can add or remove buttons, and associate the ToolBar with an ImageList

Object
   MarshalByRefObject
      MarshalByRefComponent
         Control
            RichControl
               ToolBar

[Visual Basic]
Public Class ToolBar
   Inherits RichControl
[C#]
public class ToolBar : RichControl
[C++]
public __gc class ToolBar : public RichControl
[JScript]
public class ToolBar extends RichControl

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

ToolBar Members | System.WinForms Namespace