DX9ToolsR4 - Created by: X

GUITextured.Remove Method (Int32)

Removes an item.

[Visual Basic]
Overloads Public Sub Remove( _
   ByVal Index As Integer _
)
[C#]
public void Remove(
   int Index
);

Parameters

Index
The index of the item to be removed.

Exceptions

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

See Also

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