Click or drag to resize
DigitalRuneVisualChildCollectionSetParent Method
Sets the parent of the given object.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
protected override void SetParent(
	UIControl child,
	UIControl parent
)

Parameters

child
Type: DigitalRune.Game.UI.ControlsUIControl
The child object.
parent
Type: DigitalRune.Game.UI.ControlsUIControl
The parent to set.
See Also