Click or drag to resize

AutoHotPopup Class

The AutoHotpopup appears when the mouse pointer is moved over a hotspot. These properties apply to all Hotspots in the HotImage. The Text and or the Description of the Hotspot is inserted into the AutoHotPopup when the mouse moves over the hotspot. This behavior is dependent on which of the AutoHotPopup.AutoHotPopupOptions is set. Alternatively if the AutoHotPopupOptions is set to "Menu" then a menu is displayed when the mouse is over the hotspot. In this case the Text property becomes the header of the menu. The menu can be setup in the IDE at design time.
Inheritance Hierarchy
SystemObject
  Deltabit.WinFormsAutoHotPopup

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

The AutoHotPopup type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAutoHotPopupOptions
Gets or sets the AutoHotPopupOptions used to control how the AutoHotPopup is displayed
Public propertyDescriptionBackColor
Gets or sets the BackColor used to display the Description set in a Hotspot that has the focus.
Public propertyDescriptionFont
Gets or sets the Font used to display the Description set in a Hotspot that has the focus.
Public propertyDescriptionForeColor
Gets or sets the ForeColor used to display the Description set in a Hotspot that has the focus.
Public propertyMenu
Popup menu that appears automatically when the cursor is moved over a Hotspot. This only occurs when the AutoHotPopupOptions is set to "Menu". The same popup-menu is used for all the Hotspots. The Hotspot.Text property is used as the Header for the Menu.
Public propertyTextBackColor
Gets or sets the BackColor used to display the Text set in a Hotspot that has the focus.
Public propertyTextFont
Gets or sets the Font used to display the Text set in a Hotspot that has the focus.
Public propertyTextForeColor
Gets or sets the ForeColor used to display the Text set in a Hotspot that has the focus.
Top
Methods
  NameDescription
Public methodClone
Creates a new AutoHotPopup object and performs a clone on all of the properties.
Public methodDispose
Releases all resources used by the AutoHotPopup
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