C# Class ComponentFactory.Krypton.Ribbon.ViewDrawRibbonDesignCluster

Draws an design time only for adding a new button to a cluster.
Inheritance: ViewDrawRibbonDesignBase
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
GetShortText ( ) : string

Gets the short text used as the main ribbon title.

ToString ( ) : string

Obtains the String representation of this instance.

ViewDrawRibbonDesignCluster ( KryptonRibbon ribbon, KryptonRibbonGroupCluster ribbonCluster, NeedPaintHandler needPaint ) : System

Initialize a new instance of the ViewDrawRibbonDesignCluster class.

Méthodes protégées

Méthode Description
OnClick ( object sender, EventArgs e ) : void

Raises the Click event.

Private Methods

Méthode Description
OnAddButton ( object sender, EventArgs e ) : void
OnAddColorButton ( object sender, EventArgs e ) : void
ViewDrawRibbonDesignCluster ( ) : System

Method Details

GetShortText() public méthode

Gets the short text used as the main ribbon title.
public GetShortText ( ) : string
Résultat string

OnClick() protected méthode

Raises the Click event.
protected OnClick ( object sender, EventArgs e ) : void
sender object Source of the event.
e System.EventArgs An EventArgs containing the event data.
Résultat void

ToString() public méthode

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

ViewDrawRibbonDesignCluster() public méthode

Initialize a new instance of the ViewDrawRibbonDesignCluster class.
public ViewDrawRibbonDesignCluster ( KryptonRibbon ribbon, KryptonRibbonGroupCluster ribbonCluster, NeedPaintHandler needPaint ) : System
ribbon KryptonRibbon Reference to owning ribbon control.
ribbonCluster KryptonRibbonGroupCluster Reference to cluster definition.
needPaint NeedPaintHandler Delegate for notifying paint requests.
Résultat System