WinForms › Power Tab Strip › IPowerTabStripElementsRenderer
IPowerTabStripElementsRenderer
interface.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.TabControls
An interface to plug in a custom renderer to use when BinaryPowerTabStrip Control renders its overflow menu object.
public interface IPowerTabStripElementsRenderer
Remarks
In order for this feature to apply, you will need to ensure to set the following properties in the Control:
1. OverflowMenuGlyphDrawnInEnlargedMode to true.
2. OverflowMenuGlyphSize to a desired size based on what you will be custom drawing using your custom renderer implementation.
3. TabPageHeaderHeight to a reasonable height value vis-a-vis the custom drawn menu host visual (say, at least the height value in the desired OverflowMenuGlyphSize).
Members at a glance
RenderOverflowMenuGraphic | Implements custom drawing of the Overflow menu object. |