C# Class ComponentFactory.Krypton.Ribbon.GalleryDropMenuEventArgs

Event arguments for the drop down menu of a gallery.
Inheritance: CancelEventArgs
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
GalleryDropMenuEventArgs ( KryptonContextMenu contextMenu ) : System

Initialize a new instance of the GalleryDropMenuEventArgs class.

Method Details

GalleryDropMenuEventArgs() public method

Initialize a new instance of the GalleryDropMenuEventArgs class.
public GalleryDropMenuEventArgs ( KryptonContextMenu contextMenu ) : System
contextMenu ComponentFactory.Krypton.Toolkit.KryptonContextMenu Context menu.
return System