ComponentOne True DBGrid for WinForms
CellTipEnum Enumeration

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace : 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
public enum CellTipEnum : 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.C1TrueDBGrid.CellTipEnum

See Also

Reference

C1.Win.C1TrueDBGrid Namespace