Click or drag to resize

PopupMenuItem Constructor (String, String, Int32)

Constructor for the PopupMenuItem

Namespace:  Deltabit.WinForms
Assembly:  Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax
public PopupMenuItem(
	string Name,
	string Text,
	int Index
)

Parameters

Name
Type: SystemString
The name of the PopupMenuItem
Text
Type: SystemString
The Text used to display the item in the menu
Index
Type: SystemInt32
The Item index
See Also