Click or drag to resize

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

Parameters

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

Return Value

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

Implements

IContextMenuProviderProviderShowSubMenuFixed(KryptonContextMenuItem)
See Also