Click or drag to resize

PopupMenuItem Class

The PopupMenuItem is used to populate each line of the PopupMenu which is displayed when the Hotspot has the focus and the Hotimage.AutohotPopup.AutoHopopupOptions is set to "Menu" The PopupMenuItems is a collection of type PopupMenuItem
Inheritance Hierarchy
SystemObject
  Deltabit.WinFormsPopupMenuItem

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

The PopupMenuItem type exposes the following members.

Constructors
  NameDescription
Public methodPopupMenuItem
Initializes a new instance of the PopupMenuItem class
Public methodPopupMenuItem(String, String, Int32)
Constructor for the PopupMenuItem
Top
Properties
  NameDescription
Public propertyName
The name of the PoupMenuItem used to identify it in a collection.
Public propertyText
The Text displayed in the PopupMenu for this PopupMenuItem.
Top
Methods
  NameDescription
Public methodClone
Performs a MemberwiseClone on the PopupMenuItem object
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also