Click or drag to resize
DigitalRuneVisualChildCollectionGetParent Method
Gets the parent of an 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 UIControl GetParent(
	UIControl child
)

Parameters

child
Type: DigitalRune.Game.UI.ControlsUIControl
The child object.

Return Value

Type: UIControl
The parent of child.
See Also