C1.Win.List Namespace / CellTipEnum Enumeration

CellTipEnum Enumeration
Specifies the behavior of the pop-up window when the cursor is idle over the grid.
Syntax
'Declaration
 
Public Enum CellTipEnum 
   Inherits System.Enum
 
Members
MemberDescription
AnchoredCell tips will be displayed in the bounding rectable of the cell.
FloatingCell tips will be displayed under the mouse cursor.
NoCellTipsNo cell tips will be displayed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.List.CellTipEnum

See Also