Click or drag to resize

UIContextMenuShow Method (UIControl, ICollectionUIContextMenuItemBase, Vector2)

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

Parameters

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

Return Value

Type: UIContextMenu
See Also