Specifies the client event on which the tooltip will be made visible for the target element.

Namespace:  C1.Web.UI.Controls.C1ToolTip
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
public enum ShowEvent
Visual Basic (Declaration)
Public Enumeration ShowEvent

Members

Member nameDescription
OnMouseOver The tooltip is shown when the user mouses over the element.
OnClick The tooltip is shown when the user clicks the element.
OnFocus The tooltip is shown when the element receives focus.
OnRightClick The tooltip is shown when the user right-clicks the element.
FromCode The tooltip is shown on the FromCode event.

See Also