Click or drag to resize

PopupMenu Properties

The PopupMenu type exposes the following members.

Properties
  NameDescription
Public propertyHeaderBackColor
Gets or sets the BackColor for the Header. The header is populated from the Hotpot.Text property.
Public propertyHeaderFont
Gets or sets the font for the Header. The header is populated from the Hotpot.Text property.
Public propertyHeaderForeColor
Gets or sets the ForeColor for the Header. The header is populated from the Hotpot.Text property.
Public propertyItemAlernatingBackColor
Gets or sets the alternating BackColor for the menu items.
Public propertyItemAlternatingForeColor
Gets or sets the alternating ForeColor for the menu items.
Public propertyItemBackColor
Gets or sets the BackColor for the menu items.
Public propertyItemFocusBackColor
Gets or sets the BackColor for used for the menu items when the item has the focus.
Public propertyItemFocusForeColor
Gets or sets the ForeColor used for the menu items when the item has the focus.
Public propertyItemFont
Gets or sets the font for the menu items.
Public propertyItemForeColor
Gets or sets the ForeColor for the menu items.
Public propertyItems
Gets or sets a collection of PopupMenuItems used to populate the menu that is displayed when a Hotspot has the focus.
Top
See Also