[]
Represents a container for resizable docked panels.
[ToolboxBitmap(typeof(C1SplitContainer), "C1SplitContainer.png")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
[ComVisible(true)]
public class C1SplitContainer : XView, ISupportInitialize
| Name | Description |
|---|---|
| C1SplitContainer() | Initializes a new instance of a C1SplitContainer. |
| Name | Description |
|---|---|
| BoldHeaderFont | Gets or sets whether the panel headers use a bold font. |
| BorderColor | Gets or sets the border color of a C1SplitContainer. |
| BorderWidth | Gets or sets the border width of the split container. |
| CloseButtonStyle | Gets the close button styles. |
| CloseButtonToolTip | Gets or sets the tooltip text for the Close button of a panel. |
| CollapsedToolTip | Gets or sets the tooltip text for the expanding handle of a collapsed panel. |
| CollapsingAreaColor | Gets or sets the color of the collapsing area. |
| CollapsingCueColor | Gets or sets the color of a small triangle drawing on the collapsing handle. |
| CollapsingToolTip | Gets or sets the tooltip text for the collapsing handle of an expanded panel. |
| Corners | Gets or sets the radii of the C1SplitContainer corners. |
| DefaultSize | Gets the default size of the C1SplitContainer. |
| EnlargeCollapsingHandle | Gets or sets whether the large image should appear as the collapsing handle. |
| FixedLineColor | Gets or sets the color of a fixed dividing line. |
| FixedLineWidth | Gets or sets the width of a fixed dividing line. |
| HeaderBackColor | Gets or sets the background color of a C1SplitterPanel header. |
| HeaderButtonBackColor | Gets or sets the background color of a close button area of the C1SplitterPanel header. |
| HeaderForeColor | Gets or sets the foreground color of a C1SplitterPanel header. |
| HeaderHeight | Gets or sets the height of the C1SplitterPanel header. |
| HeaderLineWidth | Gets or sets the width of a horizontal line that appears below panel headers. |
| HeaderTextOffset | Gets or sets the offset value (in pixels) of the panel caption text. |
| LineBelowHeader | Gets or sets whether a horizontal line should appear below panel headers. |
| Padding | This property is not relevant for this class. |
| Panels | Gets the collection of panels. |
| SplitterColor | Gets or sets the color of a splitter element. |
| SplitterMovingColor | Gets or sets the color of a splitter being moved by the user. |
| SplitterMovingOpacity | Gets or sets the opacity level of a splitter being moved by the user. |
| SplitterWidth | Gets or sets the width of a splitter element. |
| TextRenderingHint | Gets or sets the TextRenderingHint that controls text rendering quality. |
| ToolTipBackColor | Gets or sets the background color of the tooltip window. |
| ToolTipBorder | Gets or sets whether the tooltip window should display a solid border. |
| ToolTipBorderColor | Gets or sets whether the color of the border drawn around the tooltip when the ToolTipBorder property is set to true. |
| ToolTipFont | Gets or sets the default font used to display the tooltip. |
| ToolTipForeColor | Gets or sets the foreground color of the tooltip window. |
| ToolTipGradient | Gets or sets a background gradient for the tooltips. |
| ToolTipRoundedCorners | Gets or sets whether the tooltip window has rounded corners. |
| ToolTipShadow | Gets or sets whether the tooltip window should display a shadow. |
| ToolTipUseFading | Gets or sets whether a fade effect should be used when displaying the tooltip. |
| UpdateNestedContainers | Gets or sets whether changes to the style properties should affect the nested split containers as well. |
| UseSizingCursor | Gets or sets whether the sizing cursor should appear for splitters instead of the split cursor. |
| VisualStyle | Gets or sets the visual style for the C1SplitContainer. |
| Name | Description |
|---|---|
| SplitterMoved | Occurs when the splitter control is moved. |
| SplitterMoving | Occurs when the splitter control is in the process of moving. |