System.Windows.Forms.ContainerControl: Method Members

The methods of System.Windows.Forms.ContainerControl are listed below. For a list of all members, see the ContainerControl Members list.

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

Public Methods

PerformAutoScale()

Performs scaling of the container control and its children.

Validate() : bool

Verifies the value of the control losing focus by causing the Control.Validating and Control.Validated events to occur, in that order.

Validate(bool) : bool

Verifies the value of the control that is losing focus; conditionally dependent on whether automatic validation is turned on.

ValidateChildren() : bool

Causes all of the child controls within a control that support validation to validate their data.

ValidateChildren(ValidationConstraints) : bool

Causes all of the child controls within a control that support validation to validate their data.

Protected Methods

override
AdjustFormScrollbars(bool)
Documentation for this section has not yet been entered.
override
Dispose(bool)
Documentation for this section has not yet been entered.
OnAutoValidateChanged(EventArgs)

Raises the ContainerControl.AutoValidateChanged event.

override
OnCreateControl()
Documentation for this section has not yet been entered.
override
OnFontChanged(EventArgs)

Raises the Control.FontChanged event.

override
OnLayout(LayoutEventArgs)

Raises the Control.Layout event.

override
OnParentChanged(EventArgs)
Documentation for this section has not yet been entered.
override
ProcessCmdKey(ref Message, Keys) : bool
Documentation for this section has not yet been entered.
override
ProcessDialogChar(char) : bool
Documentation for this section has not yet been entered.
override
ProcessDialogKey(Keys) : bool
Documentation for this section has not yet been entered.
override
ProcessMnemonic(char) : bool
Documentation for this section has not yet been entered.
ProcessTabKey(bool) : bool

Selects the next available control and makes it the active control.

override
Select(bool, bool)
Documentation for this section has not yet been entered.
UpdateDefaultButton()

When overridden by a derived class, updates which button is the default button.

override
WndProc(ref Message)
Documentation for this section has not yet been entered.