System.Windows.Forms.UserControl Members

The members of System.Windows.Forms.UserControl are listed below.

See Also: Inherited members from System.Windows.Forms.ContainerControl

Public Constructors

Initializes a new instance of the System.Windows.Forms.UserControl class.

Public Properties

override
AutoSizebool. Documentation for this section has not yet been entered.
AutoSizeModeAutoSizeMode.

Gets or sets how the control will resize itself.

override
AutoValidateAutoValidate.

Gets or sets how the control performs validation when the user changes focus to another control.

BorderStyleBorderStyle.

Gets or sets the border style of the user control.

override
Textstring. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
override
CreateParamsCreateParams. Documentation for this section has not yet been entered.
[read-only]
override
DefaultSizeSystem.Drawing.Size. Documentation for this section has not yet been entered.

Public Methods

override
ValidateChildren() : bool
Documentation for this section has not yet been entered.
override
ValidateChildren(ValidationConstraints) : bool
Documentation for this section has not yet been entered.

Protected Methods

override
OnCreateControl()

Raises the CreateControl event.

OnLoad(EventArgs)

Raises the UserControl.Load event.

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.

Public Events

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.