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!

Splitter Class

Provides user resizing of docked elements at run time. To use a Splitter you can dock any control to an edge of a container, and then dock the splitter to the same edge. The splitter will then resize the control that is previous in the docking order.

Object
   MarshalByRefObject
      MarshalByRefComponent
         Control
            RichControl
               Splitter

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

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

Splitter Members | System.WinForms Namespace