C# Class ComponentFactory.Krypton.Ribbon.ViewLayoutRibbonGroupButton

Layout area for the group button.
Inheritance: ComponentFactory.Krypton.Toolkit.ViewLayoutDocker
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
GetFocusView ( ) : ViewBase

Gets the view to use for the group dialog button.

ToString ( ) : string

Obtains the String representation of this instance.

ViewLayoutRibbonGroupButton ( KryptonRibbon ribbon, KryptonRibbonGroup ribbonGroup, NeedPaintHandler needPaint ) : System

Initialize a new instance of the ViewLayoutRibbonGroupButton class.

Method Details

GetFocusView() public method

Gets the view to use for the group dialog button.
public GetFocusView ( ) : ViewBase
return ViewBase

ToString() public method

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

ViewLayoutRibbonGroupButton() public method

Initialize a new instance of the ViewLayoutRibbonGroupButton class.
public ViewLayoutRibbonGroupButton ( KryptonRibbon ribbon, KryptonRibbonGroup ribbonGroup, NeedPaintHandler needPaint ) : System
ribbon KryptonRibbon Owning control instance.
ribbonGroup KryptonRibbonGroup Reference to ribbon group this represents.
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System