Specifies the behavior of the pop-up window when the cursor is idle over the grid.
[Visual Basic]
Public Enum CellTipEnum
[C#]
public enum CellTipEnum
[Delphi]
type CellTipEnum = (Anchored, Floating, NoCellTips);
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)
Members
Member name |
Description |
Anchored |
Cell tips will be displayed in the bounding rectable of the cell. |
Floating |
Cell tips will be displayed under the mouse cursor. |
NoCellTips |
No cell tips will be displayed. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |