Click or drag to resize

IContextMenuProviderProviderShowSubMenuFixedRect Method

Should the sub menu be shown at fixed screen location for this menu item.

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#
Rectangle ProviderShowSubMenuFixedRect(
	KryptonContextMenuItem menuItem
)

Parameters

menuItem  KryptonContextMenuItem
Menu item that needs to show sub menu.

Return Value

Rectangle
Screen rectangle to use as display rectangle.
See Also