The members of System.Windows.Forms.UserControl are listed below.
See Also: Inherited members from System.Windows.Forms.ContainerControl
Initializes a new instance of the System.Windows.Forms.UserControl class. |
override | AutoSize | bool. Documentation for this section has not yet been entered. |
AutoSizeMode | AutoSizeMode.
Gets or sets how the control will resize itself. | |
override | AutoValidate | AutoValidate.
Gets or sets how the control performs validation when the user changes focus to another control. |
BorderStyle | BorderStyle.
Gets or sets the border style of the user control. | |
override | Text | string. Documentation for this section has not yet been entered. |
[read-only] override | CreateParams | CreateParams. Documentation for this section has not yet been entered. |
[read-only] override | DefaultSize | System.Drawing.Size. Documentation for this section has not yet been entered. |
override | ValidateChildren()Documentation for this section has not yet been entered. | |
override | ValidateChildren(ValidationConstraints)Documentation for this section has not yet been entered. |
override | OnCreateControl()
| |
OnLoad(EventArgs)
| ||
override | OnMouseDown(MouseEventArgs)Documentation for this section has not yet been entered. | |
override | OnResize(EventArgs)Documentation for this section has not yet been entered. | |
override | WndProc(ref Message)Documentation for this section has not yet been entered. |
AutoSizeChanged |
Occurs when the UserControl.AutoSize property changes. | |
AutoValidateChanged |
Occurs when the UserControl.AutoValidate property changes. | |
Load |
Occurs before the control becomes visible for the first time. | |
TextChanged |
Raises the Control.TextChanged event. |