C# Class ComponentFactory.Krypton.Ribbon.ButtonSpecAppMenu

Button specification appropriate for an application menu
Inheritance: ButtonSpecAny
Show file Open project: megakraken/Krypton

Protected Methods

Method Description
OnClick ( EventArgs e ) : void

Raises the Click event.

Method Details

OnClick() protected method

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