|
|
|
|
Cell Field, ToolTipEventArgs Class |
The cell for which a tooltip is to be displayed or null/Nothing indicating that no cell is associated with this event.
Syntax ToolTipEventArgs Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property Cell As CellClass |
C# |
public readonly CellClass Cell; |
C++ |
public: <readonly> CellClass^ Cell; |
Comments
The Cell field contains the cell for which a tooltip is to be displayed or null/Nothing indicating that no cell is associated with this event.