Click or drag to resize

KryptonContextMenuClose Method (ToolStripDropDownCloseReason)

Close any showing context menu.

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 void Close(
	ToolStripDropDownCloseReason reason
)

Parameters

reason
Type: System.Windows.FormsToolStripDropDownCloseReason
Reason why the context menu is being closed.
See Also