Click or drag to resize

PopupMenuItemsRemove Method

Removes a PopupMenuItem from the PopupMenuItems collection.

Namespace:  Deltabit.WinForms
Assembly:  Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax
public void Remove(
	PopupMenuItem emp
)

Parameters

emp
Type: Deltabit.WinFormsPopupMenuItem
THe PopupMenuItem to remove from the collection.
See Also