Click or drag to resize

EditorContextMenuWinFormsShow Method (ICollectionKryptonContextMenuItemBase, Control, Point)

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,
	Point locationPoint
)

Parameters

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