Skip to content

SplitContainer

ProGraMajster edited this page Mar 28, 2026 · 1 revision

SplitContainer

← Back to Control Inventory

Summary

Represents a SplitContainer control.

Example

var control = new SplitContainer();

Documented Properties

Name Summary
DefaultSize No XML summary yet.
Orientation Gets or sets a value indicating the orientation of the SplitContainer.
Panel1 Gets the left or top panel, depending on orientation.
Panel1MinimumSize Gets or sets the minimum size Panel1 can be set to.
Panel2 Gets the right or bottom panel, depending on orientation.
Panel2MinimumSize Gets or sets the minimum size Panel2 can be set to.
SplitterColor Gets or sets the color of the splitter.
SplitterWidth Gets or sets the width of the splitter.

Documented Methods

Name Summary
#ctor Initializes a new instance of the SplitContainer class.
OnPaint No XML summary yet.

Documented Events

No documented members yet.

Notes

  • This page was generated from the public XML documentation of ModernFormsNext.
  • Base members inherited from Control, ScrollableControl, WindowBase, or other parent types may not all be repeated here.

ModernFormsNext

Clone this wiki locally