DX9ToolsR4 - Created by: X

GUI.AddChild Method 

Adds a child GUI to this GUI.

[Visual Basic]
Public Function AddChild( _
   ByVal Item As IGUI _
) As Integer
[C#]
public int AddChild(
   IGUI Item
);

Parameters

Item
A object that implements a IGUI interface.

Return Value

Returns the index that the item was added to.

See Also

GUI Class | CBX.Libs.DX9ToolsR4.GUI Namespace