[]
Represents a single page in a C1OutBar.
public class C1OutPage : Panel, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
| Name | Description |
|---|---|
| C1OutPage() | Initializes a new instance of the C1OutPage class. |
| Name | Description |
|---|---|
| BackColor | Gets or sets the background color for the control. |
| CaptionBounds | Returns the caption bounds of the page. |
| Image | Gets or sets the page image. |
| ImageIndex | Gets or sets the index of the page image in the outbar's ImageList. |
| IsHot | Gets a value indicating whether the mouse pointer is located over caption area of the page. |
| IsSelected | Returns true if the page is currently selected. |
| OwnerDraw | Gets or sets the value indicating whether the title of this page is owner-drawn. |
| PageVisible | Gets or sets the value indicating whether the page is visible. |
| Pressed | Gets the pressed state of the page caption. |
| Text | Gets or sets the caption of the page. |
| ToolTipText | Gets or sets the tooltip text for the page. |
| Name | Description |
|---|---|
| CreateControlsInstance() | This method is for internal use only. |
| OnEnabledChanged(EventArgs) | This method is for internal use only. |
| OnPageVisibleChanged(EventArgs) | This method is for internal use only. |
| OnPaintBackground(PaintEventArgs) | |
| OnParentChanged(EventArgs) | This method is for internal use only. |
| OnToolTipTextChanged(EventArgs) | This method is for internal use only. |
| ResetBackColor() | Resets the BackColor property to its default value. |
| ResetImage() | This method is for internal use only. |
| SetVisibleCore(bool) | This method is for internal use only. |
| ShouldSerializeBackColor() | This method is for internal use only. |
| ShouldSerializeImage() | This method is for internal use only. |
| Name | Description |
|---|---|
| PageVisibleChanged | Occurs when the PageVisible property changes. |
| ToolTipTextChanged | Occurs when the tooltip text changes. |