Click or drag to resize

AppButtonMenuProviderProviderShowSubMenuFixedRect Method

The rectangle used for showing a fixed location for the sub menu.

Namespace: Internal.ComponentFactory.Krypton.Ribbon
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public 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.

Implements

IContextMenuProviderProviderShowSubMenuFixedRect(KryptonContextMenuItem)
See Also