True DBGrid for WinForms
CellTipEnum 列挙体

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 : CellTipEnum 列挙体
Specifies the behavior of the pop-up window when the cursor is idle over the grid.
シンタックス
'宣言
 
Public Enum CellTipEnum 
   Inherits System.Enum
public enum CellTipEnum : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

C1.Win.C1TrueDBGrid 名前空間