BinaryPowerTabPage
The tab page class that will be hosted in the BinaryPowerTabStrip control class.
public class BinaryPowerTabPage : BinaryExtendedPanel
Inherits from / implements: BinaryExtendedPanel
Members at a glance
BinaryPowerTabPage | Initializes a new instance of the BinaryPowerTabPage class. |
BinaryPowerTabPage | Initializes a new instance of the BinaryPowerTabPage class. |
BorderSize | Gets or sets the size of the border. |
CurrentlySelected | Gets or sets a value indicating whether the tab page is currently selected. |
CustomEndColor | Gets or sets the custom end color for painting the tab page header. |
CustomStartColor | Gets or sets the custom start color for painting the tab page header. |
DisabledImage | Gets or sets the disabled mode image to be displayed in the tab page header. |
HeaderTextFont | Gets or sets the font for rendering the header text for this instance of BinaryPowerTabPage. |
Image | Gets or sets the image to be displayed in the tab page header. |
IsBackgroundTransparent | Gets or sets whether the control supports rendering its background with full transparency. |
IsHeaderEnabled | Gets or sets a value indicating whether this instance's header is enabled. |
OverflowMenuImage | Gets or sets the image shown beside this page's entry in the strip's overflow menu, or null to use Image there as well. |
ShouldRenderCloseButton | Gets or sets whether to render the close button on the page header. |
Size | The size of the page. Hidden from the base so the strip stays in charge of laying its pages out. |
TabPageContentIsDirty | Gets or sets whether the current tab page is dirty - i.e. has got some changes in its children. |
TabPageHeaderForeColor | Gets or sets the color of the tab page header text. |
TabPageSideBarFillColor | Gets or sets the color of the tab page side bar fill. |
Text | Gets or sets the tab page header text. |
ToolTipText | Gets or sets the tooltip text that will be displayed when the user moves / hovers the mouse pointer over a tab page's header area. |
Visible | Whether this page is the one on show. Hidden from the base because a page's visibility follows the selected tab and is not set directly. |
Dispose | Releases the resources held by this BinaryPowerTabPage. |
OnPaint | Raises the Paint event. BinaryPowerTabPage overrides it so the control's own handling runs alongside the base behavior. |
OnParentChanged | Overriding the inherited member. |
ShouldSerializeControls | Tells the designer whether Controls is worth writing into the generated code, which is how a property is kept out of the designer file when it still holds its default. |
ShouldSerializeDock | Tells the designer whether Dock is worth writing into the generated code, which is how a property is kept out of the designer file when it still holds its default. |
ShouldSerializeIsPaintingComplete | Tells the designer whether IsPaintingComplete is worth writing into the generated code, which is how a property is kept out of the designer file when it still holds its default. |
ShouldSerializeVisible | Tells the designer whether Visible is worth writing into the generated code, which is how a property is kept out of the designer file when it still holds its default. |
TabPageChanged | Occurs when the tab page is changed. |
Constructors
BinaryPowerTabPage
Initializes a new instance of the BinaryPowerTabPage class.
BinaryPowerTabPage
Initializes a new instance of the BinaryPowerTabPage class.
Properties
BorderSize
Gets or sets the size of the border.
Value. The size of the border.
CurrentlySelected
Gets or sets a value indicating whether the tab page is currently selected.
CustomEndColor
Gets or sets the custom end color for painting the tab page header.
CustomStartColor
Gets or sets the custom start color for painting the tab page header.
DisabledImage
Gets or sets the disabled mode image to be displayed in the tab page header.
HeaderTextFont
Gets or sets the font for rendering the header text for this instance of BinaryPowerTabPage.
Image
Gets or sets the image to be displayed in the tab page header.
IsBackgroundTransparent
Gets or sets whether the control supports rendering its background with full transparency.
IsHeaderEnabled
Gets or sets a value indicating whether this instance's header is enabled.
ShouldRenderCloseButton
Gets or sets whether to render the close button on the page header.
Size
The size of the page. Hidden from the base so the strip stays in charge of laying its pages out.
TabPageContentIsDirty
Gets or sets whether the current tab page is dirty - i.e. has got some changes in its children.
TabPageHeaderForeColor
Gets or sets the color of the tab page header text.
TabPageSideBarFillColor
Gets or sets the color of the tab page side bar fill.
Value. The color of the tab page side bar fill.
Text
Gets or sets the tab page header text.
ToolTipText
Gets or sets the tooltip text that will be displayed when the user moves / hovers the mouse pointer over a tab page's header area.
Visible
Whether this page is the one on show. Hidden from the base because a page's visibility follows the selected tab and is not set directly.
Methods
Dispose
Releases the resources held by this BinaryPowerTabPage.
- disposing
- true when called from
Dispose; false when called from the finalizer.
OnPaint
Raises the Paint event. BinaryPowerTabPage overrides it so the control's own handling runs alongside the base behavior.
- e
- The data for the event.
OnParentChanged
Overriding the inherited member.
- e
ShouldSerializeControls
Tells the designer whether Controls is worth writing into the generated code, which is how a property is kept out of the designer file when it still holds its default.
ShouldSerializeDock
Tells the designer whether Dock is worth writing into the generated code, which is how a property is kept out of the designer file when it still holds its default.
ShouldSerializeIsPaintingComplete
Tells the designer whether IsPaintingComplete is worth writing into the generated code, which is how a property is kept out of the designer file when it still holds its default.
ShouldSerializeVisible
Tells the designer whether Visible is worth writing into the generated code, which is how a property is kept out of the designer file when it still holds its default.
Events
TabPageChanged
Occurs when the tab page is changed.