System.Windows.Forms.SplitContainer Members

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

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

Public Constructors

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

Public Properties

override
AutoScrollbool.

When overridden in a derived class, gets or sets a value indicating whether scroll bars automatically appear if controls are placed outside the System.Windows.Forms.SplitContainer client area. This property is not relevant to this class.

AutoScrollMarginSystem.Drawing.Size.

Gets or sets the size of the auto-scroll margin. This property is not relevant to this class. This property is not relevant to this class.

AutoScrollMinSizeSystem.Drawing.Size.

Gets or sets the minimum size of the scroll bar. This property is not relevant to this class.

override
AutoScrollOffsetSystem.Drawing.Point.

This property is not relevant to this class.

AutoScrollPositionSystem.Drawing.Point.

This property is not relevant to this class.

override
AutoSizebool.

Gets or sets a value indicating whether the System.Windows.Forms.SplitContainer is automatically resized to display its entire contents. This property is not relevant to this class.

override
BackgroundImageSystem.Drawing.Image.

Gets or sets the background image displayed in the control.

override
BackgroundImageLayoutImageLayout.

This property is not relevant to this class.

override
BindingContextBindingContext.

Gets or sets the System.Windows.Forms.BindingContext for the System.Windows.Forms.SplitContainer.

BorderStyleBorderStyle.

Gets or sets the style of border for the System.Windows.Forms.SplitContainer.

[read-only]
ControlsControl.ControlCollection.

Gets a collection of child controls. This property is not relevant to this class.

DockDockStyle.

Gets or sets which System.Windows.Forms.SplitContainer borders are attached to the edges of the container.

FixedPanelFixedPanel.

Gets or sets which System.Windows.Forms.SplitContainer panel remains the same size when the container is resized.

IsSplitterFixedbool.

Gets or sets a value indicating whether the splitter is fixed or movable.

OrientationOrientation.

Gets or sets a value indicating the horizontal or vertical orientation of the System.Windows.Forms.SplitContainer panels.

PaddingPadding.

Gets or sets the interior spacing, in pixels, between the edges of a System.Windows.Forms.SplitterPanel and its contents. This property is not relevant to this class.

[read-only]
Panel1SplitterPanel.

Gets the left or top panel of the System.Windows.Forms.SplitContainer, depending on SplitContainer.Orientation.

Panel1Collapsedbool.

Gets or sets a value determining whether SplitContainer.Panel1 is collapsed or expanded.

Panel1MinSizeint.

Gets or sets the minimum distance in pixels of the splitter from the left or top edge of SplitContainer.Panel1.

[read-only]
Panel2SplitterPanel.

Gets the right or bottom panel of the System.Windows.Forms.SplitContainer, depending on SplitContainer.Orientation.

Panel2Collapsedbool.

Gets or sets a value determining whether SplitContainer.Panel2 is collapsed or expanded.

Panel2MinSizeint.

Gets or sets the minimum distance in pixels of the splitter from the right or bottom edge of SplitContainer.Panel2.

SplitterDistanceint.

Gets or sets the location of the splitter, in pixels, from the left or top edge of the System.Windows.Forms.SplitContainer.

SplitterIncrementint.

Gets or sets a value representing the increment of splitter movement in pixels.

[read-only]
SplitterRectangleSystem.Drawing.Rectangle.

Gets the size and location of the splitter relative to the System.Windows.Forms.SplitContainer.

SplitterWidthint.

Gets or sets the width of the splitter in pixels.

TabStopbool.

Gets or sets a value indicating whether the user can give the focus to the splitter using the TAB key.

override
Textstring.

This property is not relevant to this class.

Protected Properties

[read-only]
override
DefaultSizeSystem.Drawing.Size.

Gets the default size of the System.Windows.Forms.SplitContainer.

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.

Public Events

AutoSizeChanged

Occurs when the value of the SplitContainer.AutoSize property changes. This property is not relevant to this class.

BackgroundImageChanged

Occurs when the SplitContainer.BackgroundImage property changes.

BackgroundImageLayoutChanged

Occurs when the SplitContainer.BackgroundImageLayout property changes. This event is not relevant to this class.

ControlAdded

This event is not relevant to this class.

ControlRemoved

This event is not relevant to this class.

PaddingChanged

This event is not relevant to this class.

SplitterMoved

Occurs when the splitter control is moved.

SplitterMoving

Occurs when the splitter control is in the process of moving.

TextChanged

This event is not relevant to this class.