C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ToolTip Namespace / Trigger Enumeration

Trigger Enumeration
Defines the trigger event for show tooltip.
Syntax
'Declaration
 
Public Enum Trigger 
   Inherits System.Enum
 
Members
MemberDescription
ClickClick the element, show the tooltip.
CustomNot show the tooltip, user only can call the show or showAt method to show the tooltip.
FocusFocus the element, show the tooltip.
HoverMouseover the element, show the tooltip; mouseout it, hide the tooltip.
RightClickRight click the element, show the tooltip.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1ToolTip.Trigger

See Also