C# Class ComponentFactory.Krypton.Ribbon.ViewLayoutRibbonQATFromRibbon

Extends the ViewLayoutRibbonQATContents by providing the definitions from the ribbon control itself.
Inheritance: ViewLayoutRibbonQATContents
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
ViewLayoutRibbonQATFromRibbon ( KryptonRibbon ribbon, NeedPaintHandler needPaint, bool showExtraButton ) : System

Initialize a new instance of the ViewLayoutRibbonQATFromRibbon class.

Method Details

ViewLayoutRibbonQATFromRibbon() public method

Initialize a new instance of the ViewLayoutRibbonQATFromRibbon class.
public ViewLayoutRibbonQATFromRibbon ( KryptonRibbon ribbon, NeedPaintHandler needPaint, bool showExtraButton ) : System
ribbon KryptonRibbon Owning ribbon control instance.
needPaint NeedPaintHandler Delegate for notifying paint requests.
showExtraButton bool Should the extra button be shown.
return System