C1.Web.Mvc Namespace / TooltipTrigger Enumeration

TooltipTrigger Enumeration
Specifies actions that trigger showing and hiding Popup controls.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum TooltipTrigger 
   Inherits System.Enum
 
Members
MemberDescription
BothShow tooltip by focusing/hovering element.
FocusShow tooltip by focusing element.
HoverShow tooltip by hovering element.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Mvc.TooltipTrigger

See Also