Click or drag to resize

EditorContextMenuWinFormsShow Method (ICollectionKryptonContextMenuItemBase, Control)

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void Show(
	ICollection<KryptonContextMenuItemBase> items,
	Control locationControl
)

Parameters

items
Type: System.Collections.GenericICollectionKryptonContextMenuItemBase
locationControl
Type: System.Windows.FormsControl
See Also