PaintValue Method (PaintValueEventArgs)
.NET Framework Class Library
UITypeEditor..::.PaintValue Method (PaintValueEventArgs)

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

Namespace:  System.Drawing.Design
Assembly:  System.Drawing (in System.Drawing.dll)
Visual Basic (Declaration)
Public Overridable Sub PaintValue ( _
    e As PaintValueEventArgs _
)
Visual Basic (Usage)
Dim instance As UITypeEditor
Dim e As PaintValueEventArgs

instance.PaintValue(e)
C#
public virtual void PaintValue(
    PaintValueEventArgs e
)
Visual C++
public:
virtual void PaintValue(
    PaintValueEventArgs^ e
)
JScript
public function PaintValue(
    e : PaintValueEventArgs
)

Parameters

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

Editors should paint within the boundaries of the specified rectangle. This rectangle indicates the area of the Properties window to draw a representation of the value within.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0, 1.1, 1.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
Page view tracker