Click or drag to resize

PopupMenuItemsItem Property

Gets a PopUpMenuItem at the specified index from the collection of PopupMenuItems.

Namespace:  Deltabit.WinForms
Assembly:  Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax
public PopupMenuItem this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The int value of the index of the PopupMenuItem to find in the collection.

Return Value

Type: PopupMenuItem
Reference to the PopupMenuItem at the specified index.
See Also