Click or drag to resize

BalloonVisibilityTrigger Enumeration

Represents balloon visibility trigger type.

Namespace:  Dynamicweb.Controls.OMC
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public enum BalloonVisibilityTrigger
Members
  Member nameValueDescription
Custom0 Custom trigger.
MouseOver1 Show balloon when user places the mouse over the target element.
MouseDown2 Show balloon when user clicks the target element.
KeyPress3 Show balloon when user presses any key on a target element.
Focus4 Show balloon when user focuses the target element.
Remarks