ComponentFactory.Krypton.Ribbon.GalleryDropMenuEventArgs.GalleryDropMenuEventArgs C# (CSharp) Метод

GalleryDropMenuEventArgs() публичный Метод

Initialize a new instance of the GalleryDropMenuEventArgs class.
public GalleryDropMenuEventArgs ( KryptonContextMenu contextMenu ) : System
contextMenu ComponentFactory.Krypton.Toolkit.KryptonContextMenu Context menu.
Результат System
        public GalleryDropMenuEventArgs(KryptonContextMenu contextMenu)
        {
            _contextMenu = contextMenu;
        }
GalleryDropMenuEventArgs