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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void SetTarget(
	IContextMenuTarget target,
	bool startTimer
)

Parameters

target
Type: Internal.ComponentFactory.Krypton.ToolkitIContextMenuTarget
Reference to the new target.
startTimer
Type: SystemBoolean
Should a timer be started for handling sub menu showing.
See Also