Click or drag to resize

UIContextMenuItem Constructor

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public Item(
	string text,
	UIContextMenuItemClickDelegate click
)

Parameters

text
Type: SystemString
click
Type: NeoAxisUIContextMenuItemClickDelegate
See Also