The members of System.Windows.Forms.Splitter are listed below.
See Also: Inherited members from System.Windows.Forms.Control
Splitter() |
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. |
override | AllowDrop | bool.
This property is not relevant to this class. |
override | Anchor | AnchorStyles.
This property is not relevant to this class. |
override | BackgroundImage | System.Drawing.Image.
This property is not relevant to this class. |
override | BackgroundImageLayout | ImageLayout.
This property is not relevant to this class. |
BorderStyle | BorderStyle.
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 | Dock | DockStyle.
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 | Font | System.Drawing.Font.
This property is not relevant to this class. |
override | ForeColor | System.Drawing.Color.
This property is not relevant to this class. |
ImeMode | ImeMode.
This property is not relevant to this class. | |
MinExtra | int.
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. | |
MinSize | int.
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. | |
SplitPosition | int.
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. | |
TabStop | bool.
This property is not relevant to this class. | |
override | Text | string.
This property is not relevant to this class. |
[read-only] override | CreateParams | CreateParams.
Returns the parameters needed to create the handle. |
[read-only] override | DefaultCursor | Cursor.
Gets or sets the default cursor for the control. |
[read-only] override | DefaultImeMode | ImeMode.
Gets the default Input Method Editor (IME) mode supported by this control. |
[read-only] override | DefaultSize | System.Drawing.Size.
Gets the default size of the control. |
PreFilterMessage(ref Message)Documentation for this section has not yet been entered. | ||
override | ToString()
|
override | OnKeyDown(KeyEventArgs)
| |
override | OnMouseDown(MouseEventArgs)
| |
override | OnMouseMove(MouseEventArgs)
| |
override | OnMouseUp(MouseEventArgs)
| |
OnSplitterMoved(SplitterEventArgs)
| ||
OnSplitterMoving(SplitterEventArgs)
| ||
override | SetBoundsCore(int, int, int, int, BoundsSpecified)Documentation for this section has not yet been entered. |
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. |