Click or drag to resize

AppButtonMenuProviderProviderShowSubMenuFixed Method

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

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 bool ProviderShowSubMenuFixed(
	KryptonContextMenuItem menuItem
)

Parameters

menuItem  KryptonContextMenuItem
Menu item that needs to show sub menu.

Return Value

Boolean
True if the sub menu should be a fixed size.

Implements

IContextMenuProviderProviderShowSubMenuFixed(KryptonContextMenuItem)
See Also