'Declaration Public Enum Trigger Inherits System.Enum
public enum Trigger : System.Enum
'Declaration Public Enum Trigger Inherits System.Enum
public enum Trigger : System.Enum
| Member | Description | 
|---|---|
| Click | Click the element, show the tooltip. | 
| Custom | Not show the tooltip, user only can call the show or showAt method to show the tooltip. | 
| Focus | Focus the element, show the tooltip. | 
| Hover | Mouseover the element, show the tooltip; mouseout it, hide the tooltip. | 
| RightClick | Right click the element, show the tooltip. | 
System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1ToolTip.Trigger