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
[To be supplied.]
Namespace: System.WinForms
Assembly: System.WinForms.dll