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!

Panel Class

The Panel is a simple little container class that lets you visually parent other controls.

Object
   MarshalByRefObject
      MarshalByRefComponent
         Control
            RichControl
               ScrollableControl
                  Panel

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

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

Panel Members | System.WinForms Namespace