Paints a representation of the value of an object using the specified PaintValueEventArgs.

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

Syntax

C#
public override void PaintValue(
	PaintValueEventArgs e
)
Visual Basic
Public Overrides Sub PaintValue ( 
	e As PaintValueEventArgs
)
Visual C++
public:
virtual void PaintValue(
	PaintValueEventArgs^ e
) override
F#
abstract PaintValue : 
        e : PaintValueEventArgs -> unit 
override PaintValue : 
        e : PaintValueEventArgs -> unit 

Parameters

e
Type: System.Drawing.Design..::..PaintValueEventArgs
A PaintValueEventArgs that indicates what to paint and where to paint it.

See Also