Called just before the ContextMenu is about to be shown, making it possible to convert the ContextMenu into a ContextMenuStrip instead.

Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
protected virtual ContextMenuStrip ConvertMenuToContextMenuStrip(
	ContextMenu contextMenu,
	Control owner,
	Type menuType
)

Return Value

See Also