Click or drag to resize

PopupMenuItems Class

Collection of type PopupMenuItem. Used as the items property in the PopupMenu.
Inheritance Hierarchy

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

The PopupMenuItems type exposes the following members.

Constructors
  NameDescription
Public methodPopupMenuItems
Initializes a new instance of the PopupMenuItems class
Top
Properties
  NameDescription
Public propertyCapacity
Gets or sets the number of elements that the CollectionBase can contain.
(Inherited from CollectionBase.)
Public propertyCount
Gets the number of elements contained in the CollectionBase instance. This property cannot be overridden.
(Inherited from CollectionBase.)
Public propertyItem
Gets a PopUpMenuItem at the specified index from the collection of PopupMenuItems.
Top
Methods
  NameDescription
Public methodAdd
Adds an Item to the PopupMenuItems collection.
Public methodClear
Removes all objects from the CollectionBase instance. This method cannot be overridden.
(Inherited from CollectionBase.)
Public methodClone
Performs a MemberwiseClone on the PopupMenuItems collection object.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the CollectionBase instance.
(Inherited from CollectionBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove
Removes a PopupMenuItem from the PopupMenuItems collection.
Public methodRemoveAt
Removes the element at the specified index of the CollectionBase instance. This method is not overridable.
(Inherited from CollectionBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also