[]
Represents a single tab page in a C1DockingTab.
public class C1DockingTabPage : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Name | Description |
---|---|
C1DockingTabPage() | Initializes a new instance of the C1DockingTabPage class. |
Name | Description |
---|---|
BackColor | Gets or sets the background color for the control. |
CaptionText | Gets or sets the text in the caption area of the page. If not specified, defaults to the value of the Text property. |
CloseTabBehavior | Defines behavior on C1DockingTabPage's CloseBox click. |
DisplayRectangle | This method is for internal use only. |
Image | Gets or sets the tab image. |
ImageIndex | Gets or sets the index of the tab image in the tab control's ImageList. |
IsHot | Gets a value indicating whether the mouse pointer is located over tab area of the page. |
IsPressed | Gets a value indicating whether the mouse is pressed on tab area of the page. |
IsSelected | Gets the value indicating whether this page is currently selected. |
TabBackColor | Gets or sets the background color for the tab. |
TabBackColorSelected | Gets or sets the background color for the selected tab. |
TabBounds | Returns the tab bounds of the page. |
TabForeColor | Gets or sets the text color for the nonselected tab. |
TabForeColorSelected | Gets or sets the text color for the selected tab. |
TabVisible | Gets or sets the value indicating whether the tab is visible. |
Text | Gets or sets the text shown on the tab. |
ToolTipText | Gets or sets the ToolTip text for the tab. |
Name | Description |
---|---|
CreateControlsInstance() | This method is for internal use only. |
Dispose(bool) | Releases the resources used by the C1DockingTabPage. |
DockTo(C1DockingTab) | Docks the page to the target DockingTab. |
DockTo(C1DockingTabPage) | Docks the page to the another target page. |
Float() | Floats the page out from the form to a default position. |
Float(Point) | Floats the page out from the form to the specified position. |
Float(int, int) | Floats the page out from the form to the specified coordinates. |
IsInputKey(Keys) | This method is for internal use only. |
OnBackColorChanged(EventArgs) | This method is for internal use only. |
OnCaptionTextChanged(EventArgs) | This method is for internal use only. |
OnClosed(EventArgs) | This method is for internal use only. |
OnClosing(CancelEventArgs) | This method is for internal use only. |
OnEnabledChanged(EventArgs) | |
OnEnter(EventArgs) | This method is for internal use only. |
OnFontChanged(EventArgs) | This method is for internal use only. |
OnForeColorChanged(EventArgs) | This method is for internal use only. |
OnGotFocus(EventArgs) | This method is for internal use only. |
OnHandleCreated(EventArgs) | Raises the HandleCreated event. |
OnKeyDown(KeyEventArgs) | This method is for internal use only. |
OnLayout(LayoutEventArgs) | This method is for internal use only. |
OnLeave(EventArgs) | This method is for internal use only. |
OnLostFocus(EventArgs) | This method is for internal use only. |
OnMouseDown(MouseEventArgs) | This method is for internal use only. |
OnMouseLeave(EventArgs) | This method is for internal use only. |
OnMouseMove(MouseEventArgs) | This method is for internal use only. |
OnMouseUp(MouseEventArgs) | This method is for internal use only. |
OnPaint(PaintEventArgs) | This method is for internal use only. |
OnPaintBackground(PaintEventArgs) | This method is for internal use only. |
OnParentChanged(EventArgs) | This method is for internal use only. |
OnParentRightToLeftChanged(EventArgs) | |
OnResize(EventArgs) | |
OnTabClick(EventArgs) | Raises the TabClick event. |
OnTabVisibleChanged(EventArgs) | This method is for internal use only. |
OnTextChanged(EventArgs) | |
OnToolTipTextChanged(EventArgs) | This method is for internal use only. |
OnVisibleChanged(EventArgs) | |
ResetBackColor() | Resets the BackColor property to its default value. |
ResetCaptionText() | This method is for internal use only. |
ResetImage() | This method is for internal use only. |
ResetTabBackColor() | This method is for internal use only. |
ResetTabBackColorSelected() | This method is for internal use only. |
ResetTabForeColor() | This method is for internal use only. |
ResetTabForeColorSelected() | This method is for internal use only. |
ResetText() | |
ScaleControl(SizeF, BoundsSpecified) | |
SetVisibleCore(bool) | This method is for internal use only. |
ShouldSerializeBackColor() | This method is for internal use only. |
ShouldSerializeCaptionText() | This method is for internal use only. |
ShouldSerializeImage() | This method is for internal use only. |
ShouldSerializeTabBackColor() | This method is for internal use only. |
ShouldSerializeTabBackColorSelected() | This method is for internal use only. |
ShouldSerializeTabForeColor() | This method is for internal use only. |
ShouldSerializeTabForeColorSelected() | This method is for internal use only. |
Name | Description |
---|---|
CaptionTextChanged | Occurs when the caption text changes. |
Closed | Event fired after the page has been closed. |
Closing | Event fired when the page is about to be closed by the user. Allows to cancel closing the page. |
TabClick | Occurs when the page header is clicked. |
TabVisibleChanged | Occurs when the visibility of the tab changes. |
ToolTipTextChanged | Occurs when the tooltip text changes. |