KryptonDockingManagerShowPageContextMenuRequest Method |
Populate a context menu appropriate for a non-dockable workspace provided page.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic virtual bool ShowPageContextMenuRequest(
KryptonPage page,
KryptonContextMenu kcm
)
Parameters
- page KryptonPage
- Reference to page.
- kcm KryptonContextMenu
- Reference to context menu.
Return Value
BooleanTrue if the context menu should be displayed; otherwise false.
See Also