Click or drag to resize

PopupMenuItemsAdd Method

Adds an Item to the PopupMenuItems collection.

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

Parameters

emp
Type: Deltabit.WinFormsPopupMenuItem
The PopupMenuItem to add
See Also