C# Class ComponentFactory.Krypton.Ribbon.ViewLayoutRibbonQATFromOverflow

Extends the ViewLayoutRibbonQATContents by providing the definitions that are overflowing the original source.
Inheritance: ViewLayoutRibbonQATContents
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
ViewLayoutRibbonQATFromOverflow ( Control parentControl, KryptonRibbon ribbon, NeedPaintHandler needPaint, bool showExtraButton, ViewLayoutRibbonQATContents contents ) : System

Initialize a new instance of the ViewLayoutRibbonQATFromOverflow class.

Method Details

ViewLayoutRibbonQATFromOverflow() public method

Initialize a new instance of the ViewLayoutRibbonQATFromOverflow class.
public ViewLayoutRibbonQATFromOverflow ( Control parentControl, KryptonRibbon ribbon, NeedPaintHandler needPaint, bool showExtraButton, ViewLayoutRibbonQATContents contents ) : System
parentControl System.Windows.Forms.Control Owning control used to find screen positions.
ribbon KryptonRibbon Owning ribbon control instance.
needPaint NeedPaintHandler Delegate for notifying paint requests.
showExtraButton bool Should the extra button be shown.
contents ViewLayoutRibbonQATContents Source for finding buttons that are overflowing.
return System