ShortcutFileInfoIconIndexEditorPaintValue(PaintValueEventArgs) Method
Paints a representative value of the given object to the provided canvas.
Namespace: DevCase.UI.TypeEditorsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public override void PaintValue(
PaintValueEventArgs e
)
Public Overrides Sub PaintValue (
e As PaintValueEventArgs
)
Dim instance As ShortcutFileInfoIconIndexEditor
Dim e As PaintValueEventArgs
instance.PaintValue(e)
public:
virtual void PaintValue(
PaintValueEventArgs^ e
) override
abstract PaintValue :
e : PaintValueEventArgs -> unit
override PaintValue :
e : PaintValueEventArgs -> unit
No code example is currently available or this language may not be supported.
Parameters
- e PaintValueEventArgs
-
What to paint and where to paint it.