ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ToolTip Namespace / Trigger Enumeration

In This Topic
    Trigger Enumeration
    In This Topic
    Defines the trigger event for show tooltip.
    Syntax
    'Declaration
     
    Public Enum Trigger 
       Inherits System.Enum
    public enum Trigger : 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