System.Windows.Forms.SplitContainer: Property Members

The properties 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 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.