ViewContextMenuManagerSetTarget Method |
Set the provided target as the current target.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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