Click or drag to resize

GalleryDropMenuEventArgs Constructor

Initialize a new instance of the GalleryDropMenuEventArgs class.

Namespace:  Internal.ComponentFactory.Krypton.Ribbon
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public GalleryDropMenuEventArgs(
	KryptonContextMenu contextMenu
)

Parameters

contextMenu
Type: Internal.ComponentFactory.Krypton.ToolkitKryptonContextMenu
Context menu.
See Also