System.Windows.Forms.Splitter: Property Members

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

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

Public Properties

override
AllowDropbool.

This property is not relevant to this class.

override
AnchorAnchorStyles.

This property is not relevant to this class.

override
BackgroundImageSystem.Drawing.Image.

This property is not relevant to this class.

override
BackgroundImageLayoutImageLayout.

This property is not relevant to this class.

BorderStyleBorderStyle.

Gets or sets the style of border for the control. Splitter.BorderStyle has been replaced by SplitContainer.BorderStyle and is provided only for compatibility with previous versions.

override
DockDockStyle.

Gets or sets which System.Windows.Forms.Splitter borders are docked to its parent control and determines how a System.Windows.Forms.Splitter is resized with its parent.

override
FontSystem.Drawing.Font.

This property is not relevant to this class.

override
ForeColorSystem.Drawing.Color.

This property is not relevant to this class.

ImeModeImeMode.

This property is not relevant to this class.

MinExtraint.

Gets or sets the minimum distance that must remain between the splitter control and the edge of the opposite side of the container (or the closest control docked to that side). Splitter.MinExtra has been replaced by similar properties in System.Windows.Forms.SplitContainer and is provided only for compatibility with previous versions.

MinSizeint.

Gets or sets the minimum distance that must remain between the splitter control and the container edge that the control is docked to. Splitter.MinSize has been replaced by SplitContainer.Panel1MinSize and SplitContainer.Panel2MinSize and is provided only for compatibility with previous versions.

SplitPositionint.

Gets or sets the distance between the splitter control and the container edge that the control is docked to. Splitter.SplitPosition has been replaced by SplitContainer.Panel1MinSize and SplitContainer.Panel2MinSize and is provided only for compatibility with previous versions.

TabStopbool.

This property is not relevant to this class.

override
Textstring.

This property is not relevant to this class.

Protected Properties

[read-only]
override
CreateParamsCreateParams.

Returns the parameters needed to create the handle.

[read-only]
override
DefaultCursorCursor.

Gets or sets the default cursor for the control.

[read-only]
override
DefaultImeModeImeMode.

Gets the default Input Method Editor (IME) mode supported by this control.

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

Gets the default size of the control.