The members of System.Windows.Forms.ContainerControl are listed below.
See Also: Inherited members from System.Windows.Forms.ScrollableControl
Initializes a new instance of the System.Windows.Forms.ContainerControl class. |
ActiveControl | Control.
Gets or sets the active control on the container control. | |
AutoScaleDimensions | System.Drawing.SizeF.
Gets or sets the dimensions that the control was designed to. | |
AutoScaleMode | AutoScaleMode.
Gets or sets the automatic scaling mode of the control. | |
AutoValidate | AutoValidate.
Gets or sets a value that indicates whether controls in this container will be automatically validated when the focus changes. | |
override | BindingContext | BindingContext. Documentation for this section has not yet been entered. |
[read-only] | CurrentAutoScaleDimensions | System.Drawing.SizeF.
Gets the current run-time dimensions of the screen. |
[read-only] | ParentForm | Form.
Gets the form that the container control is assigned to. |
[read-only] | AutoScaleFactor | System.Drawing.SizeF.
Gets the scaling factor between the current and design-time automatic scaling dimensions. |
[read-only] override | CanEnableIme | bool.
Gets a value indicating whether the Control.ImeMode property can be set to an active value, to enable IME support. |
[read-only] override | CreateParams | CreateParams.
Gets the required creation parameters when the control handle is created. |
PerformAutoScale()
| ||
Validate()
| ||
Validate(bool)
| ||
ValidateChildren()
| ||
ValidateChildren(ValidationConstraints)
|
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)
| ||
override | OnCreateControl()Documentation for this section has not yet been entered. | |
override | OnFontChanged(EventArgs)
| |
override | OnLayout(LayoutEventArgs)
| |
override | OnParentChanged(EventArgs)Documentation for this section has not yet been entered. | |
override | ProcessCmdKey(ref Message, Keys)Documentation for this section has not yet been entered. | |
override | ProcessDialogChar(char)Documentation for this section has not yet been entered. | |
override | ProcessDialogKey(Keys)Documentation for this section has not yet been entered. | |
override | ProcessMnemonic(char)Documentation for this section has not yet been entered. | |
ProcessTabKey(bool)
| ||
override | Select(bool, bool)Documentation for this section has not yet been entered. | |
UpdateDefaultButton()
| ||
override | WndProc(ref Message)Documentation for this section has not yet been entered. |
AutoValidateChanged |
Occurs when the ContainerControl.AutoValidate property changes. |
System.Windows.Forms.IContainerControl.ActivateControl |
Activates the specified control. |