Atomic operation to paint a value (icon, color, etc...) if the UITypeEditor supports values painting. The method PaintAll()()()() does not call this method if the EditorValue flag in the PaintPart property is dropped.

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

Syntax

C#
public void PaintEditorValue()
Visual Basic
Public Sub PaintEditorValue
Visual C++
public:
void PaintEditorValue()
F#
member PaintEditorValue : unit -> unit 

See Also