[]
        
(Showing Draft Content)

C1.Win.C1Command.C1OutPage

C1OutPage Class

Represents a single page in a C1OutBar.

Namespace: C1.Win.C1Command
Assembly: C1.Win.C1Command.4.8.dll
Syntax
public class C1OutPage : Panel, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable

Constructors

Name Description
C1OutPage()

Initializes a new instance of the C1OutPage class.

Properties

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.

Methods

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.

Events

Name Description
PageVisibleChanged

Occurs when the PageVisible property changes.

ToolTipTextChanged

Occurs when the tooltip text changes.