Click or drag to resize

KryptonDockingManagerShowPageContextMenuRequest Method

Populate a context menu appropriate for a non-dockable workspace provided page.

Namespace:  Internal.ComponentFactory.Krypton.Docking
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual bool ShowPageContextMenuRequest(
	KryptonPage page,
	KryptonContextMenu kcm
)

Parameters

page
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPage
Reference to page.
kcm
Type: Internal.ComponentFactory.Krypton.ToolkitKryptonContextMenu
Reference to context menu.

Return Value

Type: Boolean
True if the context menu should be displayed; otherwise false.
See Also