Gets or sets a value indicating whether the
Grid can paint a frame around the
Cell if a tooltip is currently displayed.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public bool CellFrameEnabled { get; set; } |
| Visual Basic |
|---|
Public Property CellFrameEnabled As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool CellFrameEnabled {
bool get ();
void set (bool value);
} |
| F# |
|---|
member CellFrameEnabled : bool with get, set
|
Property Value
Type:
Booleantrue if
Grid can paint a frame around a
Cell; otherwise,
false.
See Also