System.Windows.Forms.Splitter Members

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

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

Public Constructors

Initializes a new instance of the System.Windows.Forms.Splitter class. System.Windows.Forms.Splitter has been replaced by System.Windows.Forms.SplitContainer, and is provided only for compatibility with previous versions.

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.

Public Methods

PreFilterMessage(ref Message) : bool
Documentation for this section has not yet been entered.
override
ToString() : string

Returns a string that represents the System.Windows.Forms.Splitter control.

Protected Methods

override
OnKeyDown(KeyEventArgs)

This method is not relevant to this class.

override
OnMouseDown(MouseEventArgs)

Raises the Control.MouseDown event.

override
OnMouseMove(MouseEventArgs)

Raises the Control.MouseMove event.

override
OnMouseUp(MouseEventArgs)

Raises the Control.MouseUp event.

OnSplitterMoved(SplitterEventArgs)

Raises the Splitter.SplitterMoved event. Splitter.OnSplitterMoved(SplitterEventArgs) has been replaced by SplitContainer.OnSplitterMoved(SplitterEventArgs) and is provided only for compatibility with previous versions.

OnSplitterMoving(SplitterEventArgs)

Raises the Splitter.SplitterMoving event. Splitter.OnSplitterMoving(SplitterEventArgs) has been replaced by SplitContainer.OnSplitterMoving(SplitterCancelEventArgs) and is provided only for compatibility with previous versions.

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

Public Events

BackgroundImageChanged

This event is not relevant to this class.

BackgroundImageLayoutChanged

This event is not relevant to this class.

Enter

This event is not relevant to this class.

FontChanged

This event is not relevant to this class.

ForeColorChanged

This event is not relevant to this class.

ImeModeChanged

This event is not relevant to this class.

KeyDown

This event is not relevant to this class.

KeyPress

This event is not relevant to this class.

KeyUp

This event is not relevant to this class.

Leave

This event is not relevant to this class.

SplitterMoved

Occurs when the splitter control is moved. Splitter.SplitterMoved has been replaced by SplitContainer.SplitterMoved and is provided only for compatibility with previous versions.

SplitterMoving

Occurs when the splitter control is in the process of moving. Splitter.SplitterMoving has been replaced by SplitContainer.SplitterMoving and is provided only for compatibility with previous versions.

TabStopChanged

This event is not relevant to this class.

TextChanged

This event is not relevant to this class.