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

In This Topic
    CloseBehavior Enumeration
    In This Topic
    Defines the behavior of close the tooltip.
    Syntax
    'Declaration
     
    Public Enum CloseBehavior 
       Inherits System.Enum
    public enum CloseBehavior : System.Enum 
    Members
    MemberDescription
    AutoIf it is auto ,auto hides the tooltip
    NoneIf it is none, not hides the tooltip
    StickyIf it is sticky, show the close button and click the button to hide the tooltip.
    Inheritance Hierarchy

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

    See Also