Click or drag to resize

ViewContextMenuManagerSetTarget Method

Set the provided target as the current target.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void SetTarget(
	IContextMenuTarget target,
	bool startTimer
)

Parameters

target  IContextMenuTarget
Reference to the new target.
startTimer  Boolean
Should a timer be started for handling sub menu showing.
See Also