DX9ToolsR4 - Created by: X

GUITextured.Child Property

Gets/Sets the value of a child gui.

[Visual Basic]
NotOverridable Public Default Property Child( _
   ByVal Index As Integer _
) Implements _
   IGUI.Child As IGUI Implements _
   IGUI.Child
[C#]
public IGUI this[
   int Index
] {get; set;}

Parameters

Index
The index of the child.

Implements

IGUI.Child

See Also

GUITextured Class | CBX.Libs.DX9ToolsR4.GUI Namespace