You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1495 lines
68 KiB

<?xml version="1.0"?>
<doc>
<assembly>
<name>C1.Win.C1SplitContainer.4</name>
</assembly>
<members>
<member name="T:C1.Win.C1SplitContainer.C1SplitContainer">
<summary>
Represents a container for resizable docked panels.
</summary>
</member>
<member name="T:C1.Framework.XView">
<summary>
<para>Control that hosts X elements.</para>
<para>The control has an <see cref="P:C1.Framework.XView.Element" /> property that gets or
sets the element to be displayed.</para>
<para>The control is responsible for displaying the element, providing
scrolling, and routing mouse and keyboard events to the hosted element.</para>
</summary>
</member>
<member name="T:C1.Framework.ScrollableControl">
<summary>
Defines an abstract base class for controls that support auto-scrolling behavior.
</summary>
</member>
<member name="M:C1.Framework.ScrollableControl.#ctor">
<summary>
Initializes the <see cref="T:C1.Framework.ScrollableControl" /> properties.
</summary>
</member>
<member name="M:C1.Framework.ScrollableControl.OnScroll(System.Windows.Forms.ScrollBars)">
<summary>
Override this method to get notifications when the control scrolls.
</summary>
<param name="sb">
</param>
</member>
<member name="M:C1.Framework.ScrollableControl.BuildScrollableRectangle(System.Int32,System.Int32)">
<summary>
This method is used to set the scroll rectangle.
Override it to customize the scrolling behavior.
</summary>
<param name="dx">
</param>
<param name="dy">
</param>
<returns>
</returns>
</member>
<member name="M:C1.Framework.ScrollableControl.HandleScrollMessage(System.Windows.Forms.Message)">
<summary>
Handles scroll messages.
</summary>
<param name="m">
</param>
</member>
<member name="M:C1.Framework.ScrollableControl.SetClientSizeCore(System.Int32,System.Int32)">
<summary>
This member overrides <see cref="M:System.Windows.Forms.Control.SetClientSizeCore(System.Int32,System.Int32)" />.
Override this method to account for scrollbars size.
</summary>
<param name="x">
</param>
<param name="y">
</param>
</member>
<member name="M:C1.Framework.ScrollableControl.OnInvalidated(System.Windows.Forms.InvalidateEventArgs)">
<summary>
This member overrides <see cref="M:System.Windows.Forms.Control.OnInvalidated(System.Windows.Forms.InvalidateEventArgs)" />.
</summary>
<param name="e">
</param>
</member>
<member name="M:C1.Framework.ScrollableControl.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
This member overrides <see cref="M:System.Windows.Forms.Control.OnPaint(System.Windows.Forms.PaintEventArgs)" />.
</summary>
<param name="e">
</param>
</member>
<member name="M:C1.Framework.ScrollableControl.OnSizeChanged(System.EventArgs)">
<summary>
This member overrides <see cref="M:System.Windows.Forms.Control.OnSizeChanged(System.EventArgs)" />.
</summary>
<param name="e">
</param>
</member>
<member name="M:C1.Framework.ScrollableControl.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
<summary>
This member overrides <see cref="M:System.Windows.Forms.Control.OnMouseWheel(System.Windows.Forms.MouseEventArgs)" />.
</summary>
<param name="e">
</param>
</member>
<member name="M:C1.Framework.ScrollableControl.WndProc(System.Windows.Forms.Message@)">
<summary>
This member overrides <see cref="M:System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message@)" />.
</summary>
<param name="m">
</param>
</member>
<member name="M:C1.Framework.ScrollableControl.GetScrollSize(System.Int32)">
<summary>
Retrieves the specified scroll bar range.
</summary>
<param name="nBar">
</param>
<returns>
</returns>
</member>
<member name="M:C1.Framework.ScrollableControl.GetScrollPos(System.Int32)">
<summary>
Gets the scroll position of the specified scroll bar.
</summary>
<param name="nBar">
</param>
<returns>
</returns>
</member>
<member name="M:C1.Framework.ScrollableControl.GetTrackPos(System.Int32)">
<summary>
Gets the immediate position of the specified scroll box that the user is dragging.
</summary>
<param name="nBar">
</param>
<returns>
</returns>
</member>
<member name="M:C1.Framework.ScrollableControl.SetScrollPos(System.Int32,System.Int32)">
<summary>
Sets the position of the specified scroll bar.
</summary>
<param name="nBar">
</param>
<param name="pos">Specifies the new position of the scroll box.
The position must be within the scrolling range. </param>
<returns>The previous position of the scroll box indicates success.
Zero indicates failure</returns>
</member>
<member name="P:C1.Framework.ScrollableControl.Text">
<summary>
Gets or sets the text associated with the control.
</summary>
</member>
<member name="P:C1.Framework.ScrollableControl.ScrollBars">
<summary>
Gets or sets which scroll bars should appear on the control.
</summary>
</member>
<member name="P:C1.Framework.ScrollableControl.ScrollPosition">
<summary>
Gets or sets the <see cref="T:System.Drawing.Point" /> value determining the current scroll position.
</summary>
</member>
<member name="P:C1.Framework.ScrollableControl.ScrollSize">
<summary>
Gets or sets the size of the document.
</summary>
</member>
<member name="P:C1.Framework.ScrollableControl.ScrollTrack">
<summary>
Gets or sets whether the control should scroll as the user drags the scrollbar thumb.
</summary>
</member>
<member name="P:C1.Framework.ScrollableControl.BorderStyle">
<summary>
Gets or sets the <see cref="P:C1.Framework.ScrollableControl.BorderStyle" /> value determining
the type of border around the control.
</summary>
</member>
<member name="P:C1.Framework.ScrollableControl.Cursor">
<summary>
Gets or sets the <see cref="P:C1.Framework.ScrollableControl.Cursor" /> that appears when
the mouse moves over the control.
</summary>
</member>
<member name="P:C1.Framework.ScrollableControl.ScrollableRectangle">
<summary>
This property is used to set the scroll page size.
Override it to customize the scrolling behavior.
</summary>
</member>
<member name="P:C1.Framework.ScrollableControl.CreateParams">
<summary>
This member overrides <see cref="P:System.Windows.Forms.Control.CreateParams" />.
</summary>
</member>
<member name="P:C1.Framework.ScrollableControl.SmallChange">
<summary>
Gets or sets the distance to move a scroll bar in response to
a small scroll command.
</summary>
</member>
<member name="P:C1.Framework.ScrollableControl.UseScrollWindow">
<summary>
Gets or sets a <see cref="T:System.Boolean" /> value determining whether control shows scroll bars.
</summary>
</member>
<member name="M:C1.Framework.XView.#ctor">
<summary>
Initializes a new instance of the <see cref="T:C1.Framework.XView" /> control.
</summary>
</member>
<member name="M:C1.Framework.XView.CreateGraphics">
<summary>
Creates a <see cref="T:System.Drawing.Graphics" /> object for the control.
</summary>
<returns>A <see cref="T:System.Drawing.Graphics" /> object for the control.</returns>
<remarks>
The <see cref="T:System.Drawing.Graphics" /> object returned by this method reflects the current
settings for the <see cref="P:C1.Framework.XView.SmoothingMode" /> and <see cref="P:C1.Framework.XView.TextRenderingHint" />
properties.
</remarks>
</member>
<member name="M:C1.Framework.XView.ScrollIntoView(System.Drawing.Point)">
<summary>
Scrolls a given point into view.
</summary>
<param name="pt">Point to scroll into view.</param>
</member>
<member name="M:C1.Framework.XView.ScrollIntoView(System.Drawing.Rectangle)">
<summary>
Scrolls a given rectangle into view.
</summary>
<param name="r">Rectangle to scroll into view.</param>
</member>
<member name="M:C1.Framework.XView.Dispose(System.Boolean)">
<summary>
Releases all resources used by the control.
</summary>
<param name="disposing">
</param>
</member>
<member name="M:C1.Framework.XView.IsInputKey(System.Windows.Forms.Keys)">
<summary>
Determines whether the specified key is a regular input key or
a special key that requires preprocessing.
</summary>
<param name="keyData">One of the <see cref="T:System.Windows.Forms.Keys" /> values.</param>
<returns>True if the specified key is a regular input key; otherwise, false.</returns>
</member>
<member name="M:C1.Framework.XView.OnGotFocus(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.GotFocus" /> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:C1.Framework.XView.OnLeave(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.Leave" /> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:C1.Framework.XView.OnValidating(System.ComponentModel.CancelEventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.Validating" /> event.
</summary>
<param name="e">A <see cref="T:System.ComponentModel.CancelEventArgs" /> that contains the event data.</param>
</member>
<member name="M:C1.Framework.XView.OnValidated(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.Validated" /> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:C1.Framework.XView.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.KeyDown" /> event.
</summary>
<param name="e">An <see cref="T:System.Windows.Forms.KeyEventArgs" />
that contains the event data.</param>
</member>
<member name="M:C1.Framework.XView.OnKeyUp(System.Windows.Forms.KeyEventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.KeyUp" /> event.
</summary>
<param name="e">An <see cref="T:System.Windows.Forms.KeyEventArgs" />
that contains the event data.</param>
</member>
<member name="M:C1.Framework.XView.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.KeyPress" /> event.
</summary>
<param name="e">An <see cref="T:System.Windows.Forms.KeyPressEventArgs" />
that contains the event data.</param>
</member>
<member name="M:C1.Framework.XView.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.MouseWheel" /> event.
</summary>
<param name="e">
</param>
</member>
<member name="M:C1.Framework.XView.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.MouseMove" /> event.
</summary>
<param name="e">An <see cref="T:System.Windows.Forms.MouseEventArgs" />
that contains the event data.</param>
</member>
<member name="M:C1.Framework.XView.OnClick(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.Click" /> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:C1.Framework.XView.OnDoubleClick(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.DoubleClick" /> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:C1.Framework.XView.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.MouseDown" /> event.
</summary>
<param name="e">An <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains the event data.</param>
</member>
<member name="M:C1.Framework.XView.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.MouseUp" /> event.
</summary>
<param name="e">An <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains the event data.</param>
</member>
<member name="M:C1.Framework.XView.OnMouseEnter(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.MouseEnter" /> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:C1.Framework.XView.OnMouseLeave(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.MouseLeave" /> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:C1.Framework.XView.IsMouseInsideXView">
<summary>
Returns True if the mouse pointer is inside the XView control.
</summary>
</member>
<member name="M:C1.Framework.XView.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.Paint" /> event.
</summary>
<param name="e">An <see cref="T:System.Windows.Forms.PaintEventArgs" /> that contains the event data.</param>
</member>
<member name="M:C1.Framework.XView.OnInvalidated(System.Windows.Forms.InvalidateEventArgs)">
<summary>
Remove hosted controls that belong to elements which became invisible or
belong to a different control now.
</summary>
<remarks>
<para>The host element is responsible for restoring the control's Parent property
when it updates its position.</para>
<para>Note: <see cref="T:C1.Framework.XView" /> determines that a <see cref="T:System.Windows.Forms.Control" />belongs to an
<see cref="P:C1.Framework.XView.Element" /> if the control's <see cref="P:System.Windows.Forms.Control.Tag" /> property contains
a reference to a <see cref="T:System.Windows.Forms.Control" /> object.</para>
</remarks>
<param name="e">
<see cref="T:System.Windows.Forms.InvalidateEventArgs" /> that contains the event data.</param>
</member>
<member name="M:C1.Framework.XView.OnHandleDestroyed(System.EventArgs)">
<summary>
Remove hosted controls before disposing of the parent control.
</summary>
<remarks>
<para>This allows the host element to remain valid even if their parent view is disposed.
To dispose of the hosted control, call Dispose on the hosted control directly.</para>
<para>Note: <see cref="T:C1.Framework.XView" /> determines that a <see cref="T:System.Windows.Forms.Control" />belongs to an
<see cref="P:C1.Framework.XView.Element" /> if the control's <see cref="P:System.Windows.Forms.Control.Tag" /> property contains
a reference to a <see cref="T:System.Windows.Forms.Control" /> object.</para>
</remarks>
<param name="e">
<see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:C1.Framework.XView.BuildScrollableRectangle(System.Int32,System.Int32)">
<summary>
Sets the scroll rectangle.
</summary>
<param name="dx">Amount to scroll in the x direction, in pixels.</param>
<param name="dy">Amount to scroll in the y direction, in pixels.</param>
<returns>
</returns>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitContainer.#ctor">
<summary>
Initializes a new instance of a <see cref="T:C1.Win.C1SplitContainer.C1SplitContainer" />.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitContainer.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitContainer.ResetVisualStyle">
<summary>
Resets the value of the <see cref="P:C1.Win.C1SplitContainer.C1SplitContainer.VisualStyle" /> ambient property.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitContainer.ResetBorderColor">
<summary>
Resets the value of the <see cref="P:C1.Win.C1SplitContainer.C1SplitContainer.BorderColor" /> property.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitContainer.ResetFixedLineColor">
<summary>
Resets the value of the <see cref="P:C1.Win.C1SplitContainer.C1SplitContainer.FixedLineColor" /> property.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitContainer.ResetCloseButtonToolTip">
<summary>
Resets the value of the <see cref="P:C1.Win.C1SplitContainer.C1SplitContainer.CloseButtonToolTip" /> property.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitContainer.ResetCollapsingAreaColor">
<summary>
Resets the value of the <see cref="P:C1.Win.C1SplitContainer.C1SplitContainer.CollapsingAreaColor" /> property.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitContainer.ResetCollapsingCueColor">
<summary>
Resets the value of the <see cref="P:C1.Win.C1SplitContainer.C1SplitContainer.CollapsingCueColor" /> property.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitContainer.ResetCollapsedToolTip">
<summary>
Resets the value of the <see cref="P:C1.Win.C1SplitContainer.C1SplitContainer.CollapsedToolTip" /> property.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitContainer.ResetCollapsingToolTip">
<summary>
Resets the value of the <see cref="P:C1.Win.C1SplitContainer.C1SplitContainer.CollapsingToolTip" /> property.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitContainer.ResetHeaderBackColor">
<summary>
Resets the value of the <see cref="P:C1.Win.C1SplitContainer.C1SplitContainer.HeaderBackColor" /> property.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitContainer.ResetHeaderForeColor">
<summary>
Resets the value of the <see cref="P:C1.Win.C1SplitContainer.C1SplitContainer.HeaderForeColor" /> property.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitContainer.ResetSplitterColor">
<summary>
Resets the value of the <see cref="P:C1.Win.C1SplitContainer.C1SplitContainer.SplitterColor" /> property.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitContainer.ResetSplitterMovingColor">
<summary>
Resets the value of the <see cref="P:C1.Win.C1SplitContainer.C1SplitContainer.SplitterMovingColor" /> property.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitContainer.OnBackColorChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.BackColorChanged" /> event.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitContainer.OnForeColorChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.ForeColorChanged" /> event.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitContainer.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.EnabledChanged" /> event.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitContainer.OnVisibleChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.VisibleChanged" /> event.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitContainer.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.Paint" /> event.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitContainer.OnFontChanged(System.EventArgs)">
<summary>
Updates the tooltip and caption font.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitContainer.OnResize(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.Resize" /> event.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitContainer.ScaleControl(System.Drawing.SizeF,System.Windows.Forms.BoundsSpecified)">
<summary>
Scales a control's location, size, padding and margin.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitContainer.OnRightToLeftChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.RightToLeftChanged" /> event.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitContainer.OnParentChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.ParentChanged" /> event.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.Panels">
<summary>
Gets the collection of panels.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.UpdateNestedContainers">
<summary>
Gets or sets whether changes to the style properties should affect the nested split containers as well.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.VisualStyle">
<summary>
Gets or sets the visual style for the <see cref="T:C1.Win.C1SplitContainer.C1SplitContainer" />.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.UseSizingCursor">
<summary>
Gets or sets whether the sizing cursor should appear for splitters instead of the split cursor.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.BorderColor">
<summary>
Gets or sets the border color of a <see cref="T:C1.Win.C1SplitContainer.C1SplitContainer" />.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.FixedLineColor">
<summary>
Gets or sets the color of a fixed dividing line.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.CloseButtonToolTip">
<summary>
Gets or sets the tooltip text for the Close button of a panel.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.CollapsingAreaColor">
<summary>
Gets or sets the color of the collapsing area.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.CollapsingCueColor">
<summary>
Gets or sets the color of a small triangle drawing on the collapsing handle.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.EnlargeCollapsingHandle">
<summary>
Gets or sets whether the large image should appear as the collapsing handle.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.CollapsedToolTip">
<summary>
Gets or sets the tooltip text for the expanding handle of a collapsed panel.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.CollapsingToolTip">
<summary>
Gets or sets the tooltip text for the collapsing handle of an expanded panel.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.HeaderBackColor">
<summary>
Gets or sets the background color of a <see cref="T:C1.Win.C1SplitContainer.C1SplitterPanel" /> header.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.HeaderForeColor">
<summary>
Gets or sets the foreground color of a <see cref="T:C1.Win.C1SplitContainer.C1SplitterPanel" /> header.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.SplitterColor">
<summary>
Gets or sets the color of a splitter element.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.SplitterMovingColor">
<summary>
Gets or sets the color of a splitter being moved by the user.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.SplitterMovingOpacity">
<summary>
Gets or sets the opacity level of a splitter being moved by the user.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.BorderWidth">
<summary>
Gets or sets the border width of the split container.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.BoldHeaderFont">
<summary>
Gets or sets whether the panel headers use a bold font.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.LineBelowHeader">
<summary>
Gets or sets whether a horizontal line should appear below panel headers.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.HeaderLineWidth">
<summary>
Gets or sets the width of a horizontal line that appears below panel headers.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.SplitterWidth">
<summary>
Gets or sets the width of a splitter element.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.FixedLineWidth">
<summary>
Gets or sets the width of a fixed dividing line.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.HeaderHeight">
<summary>
Gets or sets the height of the <see cref="T:C1.Win.C1SplitContainer.C1SplitterPanel" /> header.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.HeaderTextOffset">
<summary>
Gets or sets the offset value (in pixels) of the panel caption text.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.ToolTipGradient">
<summary>
Gets or sets a background gradient for the tooltips.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.ToolTipBackColor">
<summary>
Gets or sets the background color of the tooltip window.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.ToolTipForeColor">
<summary>
Gets or sets the foreground color of the tooltip window.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.ToolTipFont">
<summary>
Gets or sets the default font used to display the tooltip.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.ToolTipBorder">
<summary>
Gets or sets whether the tooltip window should display a solid border.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.ToolTipBorderColor">
<summary>
Gets or sets whether the color of the border drawn around the tooltip when the <see cref="P:C1.Win.C1SplitContainer.C1SplitContainer.ToolTipBorder" /> property is set to true.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.ToolTipShadow">
<summary>
Gets or sets whether the tooltip window should display a shadow.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.ToolTipRoundedCorners">
<summary>
Gets or sets whether the tooltip window has rounded corners.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.ToolTipUseFading">
<summary>
Gets or sets whether a fade effect should be used when displaying the tooltip.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.TextRenderingHint">
<summary>
Gets or sets the <see cref="P:C1.Win.C1SplitContainer.C1SplitContainer.TextRenderingHint" /> that controls text rendering quality.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.DefaultSize">
<summary>
Gets the default size of the <see cref="T:C1.Win.C1SplitContainer.C1SplitContainer" />.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitContainer.Padding">
<summary>
This property is not relevant for this class.
</summary>
</member>
<member name="T:C1.Win.C1SplitContainer.C1SplitterPanel">
<summary>
Represents a single panel in a <see cref="T:C1.Win.C1SplitContainer.C1SplitContainer" />.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitterPanel.#ctor">
<summary>
Initializes a new instance of a <see cref="T:C1.Win.C1SplitContainer.C1SplitterPanel" />.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitterPanel.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitterPanel.ResetBorderColor">
<summary>
Resets the value of the <see cref="P:C1.Win.C1SplitContainer.C1SplitterPanel.BorderColor" /> property.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitterPanel.ResetPadding">
<summary>
Resets the value of the <see cref="P:C1.Win.C1SplitContainer.C1SplitterPanel.Padding" /> property.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitterPanel.ResetSizeRatio">
<summary>
Resets the value of the <see cref="P:C1.Win.C1SplitContainer.C1SplitterPanel.SizeRatio" /> property.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitterPanel.ResetHeight">
<summary>
Resets the value of the <see cref="P:C1.Win.C1SplitContainer.C1SplitterPanel.Height" /> property.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitterPanel.ResetWidth">
<summary>
Resets the value of the <see cref="P:C1.Win.C1SplitContainer.C1SplitterPanel.Width" /> property.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitterPanel.ResetHeaderBackColor">
<summary>
Resets the value of the <see cref="P:C1.Win.C1SplitContainer.C1SplitterPanel.HeaderBackColor" /> property.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitterPanel.ResetHeaderForeColor">
<summary>
Resets the value of the <see cref="P:C1.Win.C1SplitContainer.C1SplitterPanel.HeaderForeColor" /> property.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitterPanel.ResetHeaderLineColor">
<summary>
Resets the value of the <see cref="P:C1.Win.C1SplitContainer.C1SplitterPanel.HeaderLineColor" /> property.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitterPanel.OnCloseButtonClick(System.EventArgs)">
<summary>
Raises the <see cref="E:C1.Win.C1SplitContainer.C1SplitterPanel.CloseButtonClick" /> event.
</summary>
<param name="e">
<see cref="T:System.EventArgs" /> that contains the event parameters.</param>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitterPanel.OnHeaderClick(System.EventArgs)">
<summary>
Raises the <see cref="E:C1.Win.C1SplitContainer.C1SplitterPanel.HeaderClick" /> event.
</summary>
<param name="e">
<see cref="T:System.EventArgs" /> that contains the event parameters.</param>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitterPanel.OnHeaderDoubleClick(System.EventArgs)">
<summary>
Raises the <see cref="E:C1.Win.C1SplitContainer.C1SplitterPanel.HeaderDoubleClick" /> event.
</summary>
<param name="e">
<see cref="T:System.EventArgs" /> that contains the event parameters.</param>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitterPanel.OnDrawHeader(C1.Win.C1SplitContainer.DrawHeaderEventArgs)">
<summary>
Raises the <see cref="E:C1.Win.C1SplitContainer.C1SplitterPanel.DrawHeader" /> event.
</summary>
<param name="e">
<see cref="T:C1.Win.C1SplitContainer.DrawHeaderEventArgs" /> that contains the event parameters.</param>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitterPanel.OnDrawSplitter(C1.Win.C1SplitContainer.DrawSplitterEventArgs)">
<summary>
Raises the <see cref="E:C1.Win.C1SplitContainer.C1SplitterPanel.DrawSplitter" /> event.
</summary>
<param name="e">
<see cref="T:C1.Win.C1SplitContainer.DrawSplitterEventArgs" /> that contains the event parameters.</param>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitterPanel.OnVisibleChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.VisibleChanged" /> event.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.C1SplitterPanel.OnControlAdded(System.Windows.Forms.ControlEventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.ControlAdded" /> event.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.SplitContainer">
<summary>
Gets a <see cref="T:C1.Win.C1SplitContainer.C1SplitContainer" /> that this <see cref="T:C1.Win.C1SplitContainer.C1SplitterPanel" /> belongs to.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.DoubleBuffered">
<summary>
Gets or sets whether the panel should use double buffering to reduce flicker.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.BorderColor">
<summary>
Gets or sets the border color of a <see cref="T:C1.Win.C1SplitContainer.C1SplitterPanel" />.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.BorderWidth">
<summary>
Gets or sets the border width of a <see cref="T:C1.Win.C1SplitContainer.C1SplitterPanel" />.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.Padding">
<summary>
Gets or sets the interior spacing of the <see cref="T:C1.Win.C1SplitContainer.C1SplitterPanel" />.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.ShowCloseButton">
<summary>
Gets or sets whether the Close button should appear in the panel header.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.CloseButtonToolTip">
<summary>
Gets or sets the tooltip text for the Close button.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.Collapsible">
<summary>
Gets or sets whether the panel can be collapsed.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.Collapsed">
<summary>
Gets or sets whether the panel is collapsed (duplicates the Visible property).
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.CollapsedToolTip">
<summary>
Gets or sets the tooltip text for the expanding handle of the panel in collapsed state.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.CollapsingToolTip">
<summary>
Gets or sets the tooltip text for the collapsing handle of the expanded panel.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.ResizeWhileDragging">
<summary>
Gets or sets whether the panel should be resized while the user is dragging the splitter.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.Dock">
<summary>
Gets or sets which panel border is docked to its parent <see cref="T:C1.Win.C1SplitContainer.C1SplitContainer" />.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.SizeRatio">
<summary>
Gets or sets the size of a panel as percentage of the whole remaining area.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.KeepRelativeSize">
<summary>
Gets or sets whether the panel tries to keep its relative size when the owner container is resized.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.Resizable">
<summary>
Gets or sets whether the panel can be resized with a splitter.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.Height">
<summary>
Gets or sets the height of the panel.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.Width">
<summary>
Gets or sets the width of the panel.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.MinHeight">
<summary>
Gets or sets the minimum height of the panel.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.MinWidth">
<summary>
Gets or sets the minimum width of the panel.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.Text">
<summary>
Gets or sets the panel caption.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.HeaderBackColor">
<summary>
Gets or sets the background color of the panel header.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.HeaderForeColor">
<summary>
Gets or sets the foreground color of the panel header.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.HeaderTextAlign">
<summary>
Gets or sets alignment of the panel caption text.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.HeaderLineColor">
<summary>
Gets or sets the color of a horizontal line that appears below the panel header.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.Location">
<summary>
Gets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.Size">
<summary>
Gets the height and width of the control.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.RightToLeft">
<summary>
Gets a value indicating whether panel's elements are aligned to support locales using right-to-left fonts.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.Margin">
<summary>
This property is not relevant for this class.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.Anchor">
<summary>
This property is not relevant for this class.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.AutoSize">
<summary>
This property is not relevant for this class.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.MaximumSize">
<summary>
This property is not relevant for this class.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.MinimumSize">
<summary>
This property is not relevant for this class.
</summary>
</member>
<member name="E:C1.Win.C1SplitContainer.C1SplitterPanel.CloseButtonClick">
<summary>
Occurs when the Close button is clicked in the panel header.
</summary>
</member>
<member name="E:C1.Win.C1SplitContainer.C1SplitterPanel.HeaderClick">
<summary>
Occurs when the panel header is clicked.
</summary>
</member>
<member name="E:C1.Win.C1SplitContainer.C1SplitterPanel.HeaderDoubleClick">
<summary>
Occurs when the panel header is double-clicked.
</summary>
</member>
<member name="E:C1.Win.C1SplitContainer.C1SplitterPanel.DrawHeader">
<summary>
Occurs when background of the panel header should be repainted.
</summary>
</member>
<member name="E:C1.Win.C1SplitContainer.C1SplitterPanel.DrawSplitter">
<summary>
Occurs when the panel splitter should be repainted.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.C1SplitterPanel.CreateParams">
<summary>
Gets the required creation parameters when the control handle is created.
</summary>
</member>
<member name="T:C1.Win.C1SplitContainer.PanelDockStyle">
<summary>
Specifies position in which a <see cref="T:C1.Win.C1SplitContainer.C1SplitterPanel" /> is docked.
</summary>
</member>
<member name="F:C1.Win.C1SplitContainer.PanelDockStyle.Top">
<summary>
The <see cref="T:C1.Win.C1SplitContainer.C1SplitterPanel" />'s top edge is docked to the top of its containing <see cref="T:C1.Win.C1SplitContainer.C1SplitContainer" />.
</summary>
</member>
<member name="F:C1.Win.C1SplitContainer.PanelDockStyle.Bottom">
<summary>
The <see cref="T:C1.Win.C1SplitContainer.C1SplitterPanel" />'s bottom edge is docked to the bottom of its containing <see cref="T:C1.Win.C1SplitContainer.C1SplitContainer" />.
</summary>
</member>
<member name="F:C1.Win.C1SplitContainer.PanelDockStyle.Left">
<summary>
The <see cref="T:C1.Win.C1SplitContainer.C1SplitterPanel" />'s left edge is docked to the left edge of its containing <see cref="T:C1.Win.C1SplitContainer.C1SplitContainer" />.
</summary>
</member>
<member name="F:C1.Win.C1SplitContainer.PanelDockStyle.Right">
<summary>
The <see cref="T:C1.Win.C1SplitContainer.C1SplitterPanel" />'s right edge is docked to the right edge of its containing <see cref="T:C1.Win.C1SplitContainer.C1SplitContainer" />.
</summary>
</member>
<member name="T:C1.Win.C1SplitContainer.PanelTextAlign">
<summary>
Specifies alignment of text on the panel caption.
</summary>
</member>
<member name="F:C1.Win.C1SplitContainer.PanelTextAlign.Left">
<summary>
Text is aligned on the left.
</summary>
</member>
<member name="F:C1.Win.C1SplitContainer.PanelTextAlign.Center">
<summary>
Text is centered on the panel header.
</summary>
</member>
<member name="F:C1.Win.C1SplitContainer.PanelTextAlign.Right">
<summary>
Text is aligned on the right.
</summary>
</member>
<member name="T:C1.Win.C1SplitContainer.ToolTipGradient">
<summary>
Specifies a background gradient for the tooltips.
</summary>
</member>
<member name="F:C1.Win.C1SplitContainer.ToolTipGradient.None">
<summary>
Use no background gradient.
</summary>
</member>
<member name="F:C1.Win.C1SplitContainer.ToolTipGradient.Automatic">
<summary>
Use a gradient that matches the current system Visual Style.
</summary>
</member>
<member name="F:C1.Win.C1SplitContainer.ToolTipGradient.Silver">
<summary>
Use a silver background gradient.
</summary>
</member>
<member name="F:C1.Win.C1SplitContainer.ToolTipGradient.Blue">
<summary>
Use a blue background gradient.
</summary>
</member>
<member name="F:C1.Win.C1SplitContainer.ToolTipGradient.Gold">
<summary>
Use a gold background gradient.
</summary>
</member>
<member name="F:C1.Win.C1SplitContainer.ToolTipGradient.Olive">
<summary>
Use an olive background gradient.
</summary>
</member>
<member name="F:C1.Win.C1SplitContainer.ToolTipGradient.Vista">
<summary>
Use the Vista-style background gradient.
</summary>
</member>
<member name="T:C1.Win.C1SplitContainer.VisualStyle">
<summary>
Specifies a visual style to use when rendering the control.
</summary>
</member>
<member name="F:C1.Win.C1SplitContainer.VisualStyle.Custom">
<summary>
Used-defined color scheme.
</summary>
</member>
<member name="F:C1.Win.C1SplitContainer.VisualStyle.System">
<summary>
Plain Windows color scheme.
</summary>
</member>
<member name="F:C1.Win.C1SplitContainer.VisualStyle.Office2007Black">
<summary>
Office 2007 Black visual style.
</summary>
</member>
<member name="F:C1.Win.C1SplitContainer.VisualStyle.Office2007Blue">
<summary>
Office 2007 Blue visual style.
</summary>
</member>
<member name="F:C1.Win.C1SplitContainer.VisualStyle.Office2007Silver">
<summary>
Office 2007 Silver visual style.
</summary>
</member>
<member name="F:C1.Win.C1SplitContainer.VisualStyle.Office2010Black">
<summary>
Office 2010 Black visual style.
</summary>
</member>
<member name="F:C1.Win.C1SplitContainer.VisualStyle.Office2010Blue">
<summary>
Office 2010 Blue visual style.
</summary>
</member>
<member name="F:C1.Win.C1SplitContainer.VisualStyle.Office2010Silver">
<summary>
Office 2010 Silver visual style.
</summary>
</member>
<member name="F:C1.Win.C1SplitContainer.VisualStyle.Windows7">
<summary>
Windows 7 visual style.
</summary>
</member>
<member name="T:C1.Win.C1SplitContainer.DrawHeaderEventHandler">
<summary>
Represents a delegate that handles the <see cref="E:C1.Win.C1SplitContainer.C1SplitterPanel.DrawHeader" /> event.
</summary>
</member>
<member name="T:C1.Win.C1SplitContainer.DrawHeaderEventArgs">
<summary>
Provides data for the <see cref="E:C1.Win.C1SplitContainer.C1SplitterPanel.DrawHeader" /> event.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.DrawHeaderEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Initializes a new instance of a <see cref="T:C1.Win.C1SplitContainer.DrawHeaderEventArgs" />.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.DrawHeaderEventArgs.Graphics">
<summary>
Gets the Graphics used to paint the panel header.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.DrawHeaderEventArgs.Bounds">
<summary>
Gets the location and size of a rectangle in which to paint.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.DrawHeaderEventArgs.Finished">
<summary>
Gets or sets a value indicating whether all painting in the panel header is complete.
</summary>
<remarks>
The panel text will not be drawn if the value of this property is true.
</remarks>
</member>
<member name="T:C1.Win.C1SplitContainer.DrawSplitterEventHandler">
<summary>
Represents a delegate that handles the <see cref="E:C1.Win.C1SplitContainer.C1SplitterPanel.DrawSplitter" /> event.
</summary>
</member>
<member name="T:C1.Win.C1SplitContainer.DrawSplitterEventArgs">
<summary>
Provides data for the <see cref="E:C1.Win.C1SplitContainer.C1SplitterPanel.DrawSplitter" /> event.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.DrawSplitterEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean)">
<summary>
Initializes a new instance of a <see cref="T:C1.Win.C1SplitContainer.DrawSplitterEventArgs" />.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.DrawSplitterEventArgs.Graphics">
<summary>
Gets the Graphics used to paint the splitter.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.DrawSplitterEventArgs.Bounds">
<summary>
Gets the location and size of a rectangle in which to paint.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.DrawSplitterEventArgs.Vertical">
<summary>
Gets a value that indicates whether the splitter is vertical (true) or horizontal (false).
</summary>
</member>
<member name="T:C1.Win.C1SplitContainer.PanelCollection">
<summary>
Represents a collection of <see cref="T:C1.Win.C1SplitContainer.C1SplitterPanel" /> objects.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.PanelCollection.BeginUpdate">
<summary>
Maintains performance while views are added or being changed.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.PanelCollection.EndUpdate">
<summary>
Resumes processing after it has been suspended by a call to <see cref="M:C1.Win.C1SplitContainer.PanelCollection.BeginUpdate" />.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.PanelCollection.Clear(System.Boolean)">
<summary>
Removes all components from the collection, then disposes the components.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.PanelCollection.InsertItem(System.Int32,C1.Win.C1SplitContainer.C1SplitterPanel)">
<summary>
Inserts a <see cref="T:C1.Win.C1SplitContainer.C1SplitterPanel" /> into the <see cref="T:C1.Win.C1SplitContainer.PanelCollection" /> at the specified index.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.PanelCollection.SetItem(System.Int32,C1.Win.C1SplitContainer.C1SplitterPanel)">
<summary>
Replaces the <see cref="T:C1.Win.C1SplitContainer.C1SplitterPanel" /> at the specified index.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.PanelCollection.RemoveItem(System.Int32)">
<summary>
Removes the item at the specified index of the <see cref="T:C1.Win.C1SplitContainer.PanelCollection" />.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.PanelCollection.ClearItems">
<summary>
Removes all items from the <see cref="T:C1.Win.C1SplitContainer.PanelCollection" />.
</summary>
</member>
<member name="T:C1.Win.C1SplitContainer.Localization.Strings">
<summary>
The <see cref="T:C1.Win.C1SplitContainer.Localization.Strings" /> class contains static properties used for localization.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.Localization.Strings.ResourceManager">
<summary>
The <see cref="P:C1.Win.C1SplitContainer.Localization.Strings.ResourceManager" /> object used for lookup resources.
</summary>
<remarks>Set this property to the valid value if
you define resources in a Custom Control assembly.</remarks>
</member>
<member name="P:C1.Win.C1SplitContainer.Localization.Strings.UICulture">
<summary>
Returns default <see cref="T:System.Globalization.CultureInfo" /> object used as fallback culture.
</summary>
</member>
<member name="T:C1.Win.C1SplitContainer.ImageCollection">
<summary>
Collection of images to be displayed in tooltips.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.ImageCollection.#ctor(System.ComponentModel.Component)">
<summary>
Initializes a new instance of a <see cref="T:C1.Win.C1SplitContainer.ImageCollection" />.
</summary>
<param name="owner">Component that owns the collection.</param>
</member>
<member name="M:C1.Win.C1SplitContainer.ImageCollection.Add(C1.Win.C1SplitContainer.ImageEntry)">
<summary>
Adds an <see cref="T:C1.Win.C1SplitContainer.ImageEntry" /> to the collection.
</summary>
<param name="entry">
<see cref="T:C1.Win.C1SplitContainer.ImageEntry" /> to add to the collection.</param>
<returns>The index of the new entry in the collection.</returns>
</member>
<member name="M:C1.Win.C1SplitContainer.ImageCollection.Add(System.String,System.Drawing.Image)">
<summary>
Adds an <see cref="T:System.Drawing.Image" /> to the collection.
</summary>
<param name="key">String used to retrieve the image from the collection.</param>
<param name="image">
<see cref="T:System.Drawing.Image" /> to add to the collection.</param>
<returns>The index of the new entry in the collection.</returns>
</member>
<member name="M:C1.Win.C1SplitContainer.ImageCollection.Add(System.Windows.Forms.ImageList)">
<summary>
Adds all images in an <see cref="T:System.Windows.Forms.ImageList" /> component to the collection.
</summary>
<param name="list">
<see cref="T:System.Windows.Forms.ImageList" /> component that contains the images to add to the collection.</param>
</member>
<member name="M:C1.Win.C1SplitContainer.ImageCollection.Insert(System.Int32,C1.Win.C1SplitContainer.ImageEntry)">
<summary>
Inserts an <see cref="T:C1.Win.C1SplitContainer.ImageEntry" /> at a specified position in the collection.
</summary>
<param name="index">Position where the <paramref name="entry" /> will be inserted.</param>
<param name="entry">
<see cref="T:C1.Win.C1SplitContainer.ImageEntry" /> to add to the collection.</param>
<returns>The index of the new entry in the collection.</returns>
</member>
<member name="M:C1.Win.C1SplitContainer.ImageCollection.Remove(C1.Win.C1SplitContainer.ImageEntry)">
<summary>
Removes an <see cref="T:C1.Win.C1SplitContainer.ImageEntry" /> from the collection.
</summary>
<param name="entry">
<see cref="T:C1.Win.C1SplitContainer.ImageEntry" /> to remove from the collection.</param>
</member>
<member name="M:C1.Win.C1SplitContainer.ImageCollection.IndexOf(C1.Win.C1SplitContainer.ImageEntry)">
<summary>
Gets the index of a given <see cref="T:C1.Win.C1SplitContainer.ImageEntry" /> in the collection.
</summary>
<param name="entry">
<see cref="T:C1.Win.C1SplitContainer.ImageEntry" /> to locate in th collection.</param>
<returns>The index of the <see cref="T:C1.Win.C1SplitContainer.ImageEntry" /> in the collection, or -1 if the
collection does not contain the key.</returns>
<remarks>The <paramref name="entry" /> parameter is not case-sensitive.</remarks>
</member>
<member name="M:C1.Win.C1SplitContainer.ImageCollection.Contains(C1.Win.C1SplitContainer.ImageEntry)">
<summary>
Determines whether the <see cref="T:C1.Win.C1SplitContainer.ImageCollection" /> contains a given key.
</summary>
<param name="entry">
<see cref="T:C1.Win.C1SplitContainer.ImageEntry" /> to locate in the collection.</param>
<returns>True if the collection contains <paramref name="entry" />, false otherwise.</returns>
</member>
<member name="M:C1.Win.C1SplitContainer.ImageCollection.Contains(System.String)">
<summary>
Determines whether the <see cref="T:C1.Win.C1SplitContainer.ImageCollection" /> contains a given key.
</summary>
<param name="key">String that identifies the <see cref="T:C1.Win.C1SplitContainer.ImageEntry" />.</param>
<returns>True if the collection contains an <see cref="T:C1.Win.C1SplitContainer.ImageEntry" /> associated with the given key, false otherwise.</returns>
<remarks>The <paramref name="key" /> parameter is not case-sensitive.</remarks>
</member>
<member name="M:C1.Win.C1SplitContainer.ImageCollection.IndexOf(System.String)">
<summary>
Gets the index of the <see cref="T:C1.Win.C1SplitContainer.ImageEntry" /> with a given key.
</summary>
<param name="key">String that identifies the <see cref="T:C1.Win.C1SplitContainer.ImageEntry" />.</param>
<returns>The index of the <see cref="T:C1.Win.C1SplitContainer.ImageEntry" /> in the collection, or -1 if the
collection does not contain the key.</returns>
<remarks>The <paramref name="key" /> parameter is not case-sensitive.</remarks>
</member>
<member name="M:C1.Win.C1SplitContainer.ImageCollection.OnListChanged(System.ComponentModel.ListChangedEventArgs)">
<summary>
Raises the <see cref="E:C1.Win.C1SplitContainer.ImageCollection.ListChanged" /> event.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.ImageCollection.OnClearComplete">
<summary>
Performs additional custom processes after clearing the contents of the <see cref="T:C1.Win.C1SplitContainer.ImageCollection" /> instance.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.ImageCollection.OnInsertComplete(System.Int32,System.Object)">
<summary>
Performs additional custom processes after inserting a new element into the <see cref="T:C1.Win.C1SplitContainer.ImageCollection" /> instance.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.ImageCollection.OnRemoveComplete(System.Int32,System.Object)">
<summary>
Performs additional custom processes after removing an element from the <see cref="T:C1.Win.C1SplitContainer.ImageCollection" /> instance.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.ImageCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
<summary>
Performs additional custom processes after setting a value in the <see cref="T:C1.Win.C1SplitContainer.ImageCollection" /> instance.
</summary>
</member>
<member name="E:C1.Win.C1SplitContainer.ImageCollection.ListChanged">
<summary>
Occurs when list items are added, removed, or changed.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.ImageCollection.Item(System.Int32)">
<summary>
Gets or sets the <see cref="T:C1.Win.C1SplitContainer.ImageEntry" /> at the specified index in the <see cref="T:C1.Win.C1SplitContainer.ImageCollection" />.
</summary>
<param name="index">Index of the image to get or set.</param>
<returns>The <see cref="T:C1.Win.C1SplitContainer.ImageEntry" /> at the specified index.</returns>
</member>
<member name="P:C1.Win.C1SplitContainer.ImageCollection.Item(System.String)">
<summary>
Gets or sets the <see cref="T:C1.Win.C1SplitContainer.ImageEntry" /> with the specified key <see cref="T:C1.Win.C1SplitContainer.ImageCollection" />.
</summary>
<param name="key">String that identifies the <see cref="T:C1.Win.C1SplitContainer.ImageEntry" />.</param>
<returns>The <see cref="T:C1.Win.C1SplitContainer.ImageEntry" /> with the specified key.</returns>
<remarks>The <paramref name="key" /> parameter is not case-sensitive.</remarks>
</member>
<member name="T:C1.Win.C1SplitContainer.ImageEntry">
<summary>
Entry in a <see cref="T:C1.Win.C1SplitContainer.ImageCollection" />.
</summary>
<remarks>
<para>Each entry contains an <see cref="P:C1.Win.C1SplitContainer.ImageEntry.Image" /> and its associated <see cref="P:C1.Win.C1SplitContainer.ImageEntry.Key" />.</para>
<para>Entries may be retrieved from the collection by index or by key.</para>
</remarks>
</member>
<member name="M:C1.Win.C1SplitContainer.ImageEntry.#ctor(System.String,System.Drawing.Image)">
<summary>
Initializes a new instance of a <see cref="T:C1.Win.C1SplitContainer.ImageEntry" />.
</summary>
<param name="key">String used as a key to retrieve the image.</param>
<param name="image">Image associated with the key.</param>
</member>
<member name="M:C1.Win.C1SplitContainer.ImageEntry.#ctor">
<summary>
Initializes a new instance of a <see cref="T:C1.Win.C1SplitContainer.ImageEntry" />.
</summary>
</member>
<member name="M:C1.Win.C1SplitContainer.ImageEntry.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of a <see cref="T:C1.Win.C1SplitContainer.ImageEntry" />.
</summary>
</member>
<member name="P:C1.Win.C1SplitContainer.ImageEntry.Key">
<summary>
Gets or sets the key used to retrieve the image from the <see cref="T:C1.Win.C1SplitContainer.ImageCollection" />.
</summary>
<remarks>The key value is not case-sensitive.</remarks>
</member>
<member name="P:C1.Win.C1SplitContainer.ImageEntry.Image">
<summary>
<see cref="P:C1.Win.C1SplitContainer.ImageEntry.Image" /> in the <see cref="T:C1.Win.C1SplitContainer.ImageCollection" />.
</summary>
</member>
<member name="T:C1.Win.C1SplitContainer.ImageEntryTypeConverter">
<summary>
<see cref="T:System.ComponentModel.TypeConverter" /> used to persist <see cref="T:C1.Win.C1SplitContainer.ImageEntry" /> objects.
</summary>
<remarks>
<para>This converter causes Visual Studio to persist the type in code-behind, which is version-neutral.</para>
<para>Without this, the <see cref="T:C1.Win.C1SplitContainer.ImageEntry" /> objects would be persisted as binary resources,
along with their specific version, so upgrading the component version would break projects
created with previous versions.</para>
</remarks>
</member>
<member name="M:C1.Win.C1SplitContainer.ImageEntryTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<summary>
Returns a value that indicates whether the object can be converted to a specified data type.
</summary>
<param name="context">The context.</param>
<param name="destType">The data type.</param>
<returns>True if the conversion is supported, false otherwise.</returns>
</member>
<member name="M:C1.Win.C1SplitContainer.ImageEntryTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
<summary>
Converts the object into the specified data type.
</summary>
<param name="context">The context.</param>
<param name="culture">The culture.</param>
<param name="value">The object to convert.</param>
<param name="destType">The type to convert to.</param>
<returns>The converted object.</returns>
</member>
<member name="T:C1.Framework.ResourceLoader">
<summary>
Class with static methods used for enumerating and retrieving application
resources.
</summary>
</member>
<member name="M:C1.Framework.ResourceLoader.GetImages">
<summary>
Returns all images from the entry assembly.
</summary>
<returns>A collection of name/image pairs.</returns>
</member>
<member name="M:C1.Framework.ResourceLoader.GetImages(System.Reflection.Assembly)">
<summary>
Returns all images from the specified assembly.
</summary>
<param name="a">An <see cref="T:System.Reflection.Assembly" /> to load images from.</param>
<returns>A collection of name/image pairs.</returns>
</member>
<member name="M:C1.Framework.ResourceLoader.GetImage(System.String)">
<summary>
Loads an image from the entry assembly.
</summary>
<param name="name">The case-insensitive name of the requested image.</param>
<returns>The <see cref="T:System.Drawing.Image" /> if it is found; null otherwise.</returns>
</member>
<member name="M:C1.Framework.ResourceLoader.GetImage(System.Reflection.Assembly,System.String)">
<summary>
Loads an image from the specified assembly.
</summary>
<param name="a">An <see cref="T:System.Reflection.Assembly" /> to load image from.</param>
<param name="name">The case-insensitive name of the requested image.</param>
<returns>The <see cref="T:System.Drawing.Image" /> if it is found; null otherwise.</returns>
</member>
<member name="M:C1.Framework.ResourceLoader.GetStream(System.String)">
<summary>
Loads the specified manifest resource from the entry assembly.
</summary>
<param name="name">The case-insensitive name of the manifest resource being requested.</param>
<returns>A <see cref="T:System.IO.Stream" /> representing this manifest resource.</returns>
</member>
<member name="M:C1.Framework.ResourceLoader.GetStream(System.Reflection.Assembly,System.String)">
<summary>
Loads the specified manifest resource from the specified assembly.
</summary>
<param name="a">An <see cref="T:System.Reflection.Assembly" /> to load resource from.</param>
<param name="name">The case-insensitive name of the manifest resource being requested.</param>
<returns>A <see cref="T:System.IO.Stream" /> representing this manifest resource.</returns>
</member>
<member name="M:C1.Framework.ResourceLoader.DecodeImage(System.String)">
<summary>
Decodes an image from a base-64-encoded string.
</summary>
<param name="data">String that contains the encoded image data.</param>
<returns>The <see cref="T:System.Drawing.Image" /> encoded in the string.</returns>
</member>
</members>
</doc>