DX9ToolsR4 - Created by: X | |
GUICollection.Item Property
Gets/Sets a item in the collection.
[Visual Basic]Public Default Property Item( _
ByVal
Index As
Integer _
) As
IGUI [C#]public
IGUI this[
int Index] {get; set;}
Parameters
- Index
- The index of the item to be retrieved.
Exceptions
Exception Type | Condition |
---|
ArgumentOutOfRangeException |
Will throw a standard ArgumentOutOfRangeException Exception if the index is out of range.
|
See Also
GUICollection Class | CBX.Libs.DX9ToolsR4.GUI Namespace