C# Class ComponentFactory.Krypton.Ribbon.ButtonSpecAppMenu

Button specification appropriate for an application menu
Inheritance: ButtonSpecAny
Afficher le fichier Open project: megakraken/Krypton

Méthodes protégées

Méthode Description
OnClick ( EventArgs e ) : void

Raises the Click event.

Method Details

OnClick() protected méthode

Raises the Click event.
protected OnClick ( EventArgs e ) : void
e EventArgs An EventArgs containing the event data.
Résultat void