DX9ToolsR4 - Created by: X

IGUI.Child Property

Gets/Sets the value of a child gui.

[Visual Basic]
Property Child( _
   ByVal Index As Integer _
) As IGUI
[C#]
IGUI this[
   int Index
] {get; set;}

Parameters

Index
The index of the child gui.

See Also

IGUI Interface | CBX.Libs.DX9ToolsR4.GUI Namespace