Click or drag to resize

UIContextMenuShow Method (UIControl, ICollectionUIContextMenuItemBase)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static UIContextMenu Show(
	UIControl parent,
	ICollection<UIContextMenuItemBase> items
)

Parameters

parent
Type: NeoAxisUIControl
items
Type: System.Collections.GenericICollectionUIContextMenuItemBase

Return Value

Type: UIContextMenu
See Also