Child Property

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

Gets or sets a child element (child control) contained in the current ContentControl object.

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

Syntax

'Declaration
Public Property Child As UIElement
public UIElement Child { get; set; }
public:
property UIElement^ Child {
    UIElement^ get ();
    void set (UIElement^ value);
}
member Child : UIElement with get, set
function get Child () : UIElement
function set Child (value : UIElement)

Property Value

Type: Microsoft.SPOT.Presentation. . :: . .UIElement
The child control contained in the current object.

.NET Framework Security

See Also

Reference

ContentControl Class

Microsoft.SPOT.Presentation.Controls Namespace