[This is preliminary documentation and is subject to change.]
Namespace: NFX.WinForms.Controls.GridKitAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
protected virtual void PaintValue(
Graphics gr,
Object value
)
protected virtual void PaintValue(
Graphics gr,
Object value
)
Protected Overridable Sub PaintValue (
gr As Graphics,
value As Object
)
Protected Overridable Sub PaintValue (
gr As Graphics,
value As Object
)
protected:
virtual void PaintValue(
Graphics^ gr,
Object^ value
)
protected:
virtual void PaintValue(
Graphics^ gr,
Object^ value
)
abstract PaintValue :
gr : Graphics *
value : Object -> unit
override PaintValue :
gr : Graphics *
value : Object -> unit
abstract PaintValue :
gr : Graphics *
value : Object -> unit
override PaintValue :
gr : Graphics *
value : Object -> unit