C# Class ComponentFactory.Krypton.Ribbon.ViewDrawRibbonQATExtraButtonMini

Positions the quick access toolbar extra button for the minibar in the caption.
Inheritance: ViewDrawRibbonQATExtraButton
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
Layout ( ViewLayoutContext context ) : void

Perform a layout of the elements.

ToString ( ) : string

Obtains the String representation of this instance.

ViewDrawRibbonQATExtraButtonMini ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : System

Initialize a new instance of the ViewDrawRibbonQATExtraButtonMini class.

Method Details

Layout() public method

Perform a layout of the elements.
public Layout ( ViewLayoutContext context ) : void
context ComponentFactory.Krypton.Toolkit.ViewLayoutContext Layout context.
return void

ToString() public method

Obtains the String representation of this instance.
public ToString ( ) : string
return string

ViewDrawRibbonQATExtraButtonMini() public method

Initialize a new instance of the ViewDrawRibbonQATExtraButtonMini class.
public ViewDrawRibbonQATExtraButtonMini ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : System
ribbon KryptonRibbon Reference to owning ribbon control.
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System