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!

UserControl Class

Represents an empty control that can be used in the Forms Designer to create other controls. By extending form, UserControl inherits all of the standard positioning and mnemonic handling code that is necessary in a user control.

Object
   MarshalByRefObject
      MarshalByRefComponent
         Control
            RichControl
               ScrollableControl
                  ContainerControl
                     UserControl

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

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

UserControl Members | System.WinForms Namespace