DX9ToolsR4 - Created by: X

GUI.Remove Method (IGUI)

Removes an item.

[Visual Basic]
Overloads Public Sub Remove( _
   ByVal G As IGUI _
)
[C#]
public void Remove(
   IGUI G
);

Parameters

G
Missing <param> documentation for G

Exceptions

Exception TypeCondition
ArgumentOutOfRangeException Will throw a standard ArgumentOutOfRangeException Exception if the index is out of range.

See Also

GUI Class | CBX.Libs.DX9ToolsR4.GUI Namespace | GUI.Remove Overload List