Gets the current Cell, for which the tooltip is displayed.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Cell CurrentCell { get; }
Visual Basic
Public ReadOnly Property CurrentCell As Cell
	Get
Visual C++
public:
property Cell^ CurrentCell {
	Cell^ get ();
}
F#
member CurrentCell : Cell with get

Property Value

Type: Cell
The current cell.

See Also