Click or drag to resize

ViewContextMenuManagerClearTargetSubMenu Method

Clear the provided target as no longer showing a sub menu.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void ClearTargetSubMenu(
	IContextMenuTarget target
)

Parameters

target
Type: Internal.ComponentFactory.Krypton.ToolkitIContextMenuTarget
Target that used to be showing a sub menu.
See Also