Gets a value, indicating whether this editor supports
Cell painting.
Namespace: Dapfor.Net.EditorsAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public override bool GetPaintCellSupported() |
Visual Basic |
---|
Public Overrides Function GetPaintCellSupported As Boolean |
Visual C++ |
---|
public:
virtual bool GetPaintCellSupported() override |
F# |
---|
abstract GetPaintCellSupported : unit -> bool
override GetPaintCellSupported : unit -> bool |
Return Value
Type:
Boolean
Always
true.
See Also