System.Windows.Forms.SplitContainer: Method Members

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

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

Public Methods

Protected Methods

override
CreateControlsInstance() : Control.ControlCollection

Creates a new instance of the control collection for the control.

override
OnGotFocus(EventArgs)

Raises the Control.GotFocus event.

override
OnKeyDown(KeyEventArgs)

Raises the Control.KeyDown event.

override
OnKeyUp(KeyEventArgs)

Raises the Control.KeyUp event.

override
OnLayout(LayoutEventArgs)

Raises the Control.Layout event.

override
OnLostFocus(EventArgs)

Raises the Control.LostFocus event.

override
OnMouseCaptureChanged(EventArgs)
Documentation for this section has not yet been entered.
override
OnMouseDown(MouseEventArgs)

Raises the Control.MouseDown event.

override
OnMouseLeave(EventArgs)

Raises the Control.MouseLeave event.

override
OnMouseMove(MouseEventArgs)

Raises the Control.MouseMove event.

override
OnMouseUp(MouseEventArgs)

Raises the Control.MouseUp event.

override
OnPaint(PaintEventArgs)

Raises the Control.Paint event.

override
OnRightToLeftChanged(EventArgs)

Raises the Control.RightToLeftChanged event.

override
ProcessDialogKey(Keys) : bool

Processes a dialog box key.

override
ProcessTabKey(bool) : bool

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

override
ScaleControl(System.Drawing.SizeF, BoundsSpecified)

Scales the location, size, padding and margin.

override
Select(bool, bool)

Activates a child control. Optionally specifies the direction in the tab order to select the control from.

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