C# Class ComponentFactory.Krypton.Ribbon.ViewLayoutRibbonQATFromOverflow

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

Méthodes publiques

Méthode 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 méthode

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.
Résultat System