C# Class ComponentFactory.Krypton.Ribbon.ViewLayoutRibbonGroupButton

Layout area for the group button.
Inheritance: ComponentFactory.Krypton.Toolkit.ViewLayoutDocker
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

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

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

ToString() public méthode

Obtains the String representation of this instance.
public ToString ( ) : string
Résultat string

ViewLayoutRibbonGroupButton() public méthode

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