System.Windows.Forms.Splitter: Method Members

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