RenderRecursive Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Renders this element and all its child elements.

Namespace:  Microsoft.SPOT.Presentation
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Protected Friend Overridable Sub RenderRecursive ( _
    dc As DrawingContext _
)
protected internal virtual void RenderRecursive(
    DrawingContext dc
)
protected public:
virtual void RenderRecursive(
    DrawingContext^ dc
)
abstract RenderRecursive : 
        dc:DrawingContext -> unit 
override RenderRecursive : 
        dc:DrawingContext -> unit 
 function RenderRecursive(
    dc : DrawingContext
)

Parameters

.NET Framework Security

See Also

Reference

UIElement Class

Microsoft.SPOT.Presentation Namespace