C# Class ComponentFactory.Krypton.Ribbon.ViewDrawRibbonDesignGroupContainer

Draws an design time only for adding a new container to a group.
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.

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

Initialize a new instance of the ViewDrawRibbonDesignGroup class.

Méthodes protégées

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

Raises the Click event.

Private Methods

Méthode Description
OnAddGallery ( object sender, EventArgs e ) : void
OnAddLines ( object sender, EventArgs e ) : void
OnAddSeparator ( object sender, EventArgs e ) : void
OnAddTriple ( object sender, EventArgs e ) : void
ViewDrawRibbonDesignGroupContainer ( ) : 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

ViewDrawRibbonDesignGroupContainer() public méthode

Initialize a new instance of the ViewDrawRibbonDesignGroup class.
public ViewDrawRibbonDesignGroupContainer ( KryptonRibbon ribbon, KryptonRibbonGroup ribbonGroup, NeedPaintHandler needPaint ) : System
ribbon KryptonRibbon Reference to owning ribbon control.
ribbonGroup KryptonRibbonGroup Associated ribbon group.
needPaint NeedPaintHandler Delegate for notifying paint requests.
Résultat System