QuickOPC User's Guide and Reference
PaintValue(PaintValueEventArgs) Method



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.DataAccess.Forms.Design Namespace > DANodeKindEditor Class > PaintValue Method : PaintValue(PaintValueEventArgs) Method
A System.Drawing.Design.PaintValueEventArgs that indicates what to paint and where to paint it.
Paints a representation of the value of an object using the specified System.Drawing.Design.PaintValueEventArgs.
Syntax
'Declaration
 
<SecuritySafeCriticalAttribute()>
Public Overloads Overrides Sub PaintValue( _
   ByVal e As PaintValueEventArgs _
) 
'Usage
 
Dim instance As DANodeKindEditor
Dim e As PaintValueEventArgs
 
instance.PaintValue(e)
[SecuritySafeCritical()]
public override void PaintValue( 
   PaintValueEventArgs e
)
[SecuritySafeCritical()]
public:
void PaintValue( 
   PaintValueEventArgs^ e
) override 

Parameters

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

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

DANodeKindEditor Class
DANodeKindEditor Members
Overload List
Base Implementation in PaintValue(PaintValueEventArgs)