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