ComponentFactory.Krypton.Ribbon.GalleryDropMenuEventArgs.GalleryDropMenuEventArgs C# (CSharp) Method

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
        public GalleryDropMenuEventArgs(KryptonContextMenu contextMenu)
        {
            _contextMenu = contextMenu;
        }
GalleryDropMenuEventArgs