True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / CellTipEnum Enumeration

In This Topic
    CellTipEnum Enumeration
    In This Topic
    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