Share via


Control.OnRender Method

Draws a control to a display device.

Namespace: Microsoft.SPOT.Presentation.Controls
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public override void OnRender (
         DrawingContextdc
)

Parameters

  • dc
    A DrawingContext object that supplies the drawing instructions for a Control object. This context is provided to the layout system.

Remarks

This method must be implemented by all classes that derive from the Control class. Note that the Control class does not provide a default implementation.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Control Class
Control Members
Microsoft.SPOT.Presentation.Controls Namespace