WinForms › Power Tab Strip › BinaryExtendedPanel
BinaryExtendedPanel
class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.TabControls
A custom panel class providing base services for the BinaryPowerTabPage class.
public class BinaryExtendedPanel : Panel
Inherits from / implements: Panel
Remarks
Note that this class is intended and designed to be used only internally by the BinaryPowerTabPage class as its base class. Using this class directly is not advised.
Members at a glance
BinaryExtendedPanel | Initializes a new instance of the BinaryExtendedPanel class. |
BorderColor | Gets or sets the border color. |
BorderStyle | Always None. The panel draws its own border, so the inherited border style is hidden to keep the designer from offering a setting that would have no effect. |
OnPaint | Raises the Paint event. BinaryExtendedPanel overrides it so the control's own handling runs alongside the base behavior. |
Constructors
BinaryExtendedPanel
public BinaryExtendedPanel() : base()
Initializes a new instance of the BinaryExtendedPanel class.
Properties
BorderColor
public Color BorderColor
Gets or sets the border color.
BorderStyle
public new BorderStyle BorderStyle
Always None. The panel draws its own border, so the inherited border style is hidden to keep the designer from offering a setting that would have no effect.
Methods
OnPaint
protected override void OnPaint(PaintEventArgs e)
Raises the Paint event. BinaryExtendedPanel overrides it so the control's own handling runs alongside the base behavior.
- e
- The data for the event.