Click or drag to resize

ContextMenuProviderProviderShowSubMenuFixedRect 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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Rectangle ProviderShowSubMenuFixedRect(
	KryptonContextMenuItem menuItem
)

Parameters

menuItem
Type: Internal.ComponentFactory.Krypton.ToolkitKryptonContextMenuItem
Menu item that needs to show sub menu.

Return Value

Type: Rectangle
Screen rectangle to use as display rectangle.

Implements

IContextMenuProviderProviderShowSubMenuFixedRect(KryptonContextMenuItem)
See Also