| VisualChildCollectionSetParent Method |
Sets the parent of the given object.
Namespace: DigitalRune.Game.UI.ControlsAssembly: 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
)
Protected Overrides Sub SetParent (
child As UIControl,
parent As UIControl
)
protected:
virtual void SetParent(
UIControl^ child,
UIControl^ parent
) override
abstract SetParent :
child : UIControl *
parent : UIControl -> unit
override SetParent :
child : UIControl *
parent : UIControl -> unit
Parameters
- child
- Type: DigitalRune.Game.UI.ControlsUIControl
The child object. - parent
- Type: DigitalRune.Game.UI.ControlsUIControl
The parent to set.
See Also