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

CloseBehavior Enumeration
Defines the behavior of close the tooltip.
Syntax
'Declaration
 
Public Enum CloseBehavior 
   Inherits 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