DX9ToolsR4 - Created by: X | |
GUIIndexed.Child Property
Gets/Sets the value of a child gui.
[Visual Basic]NotOverridable Public Default Property Child( _
ByVal
Index As
Integer _
) Implements _
IGUI.Child As
IGUI Implements _
IGUI.Child
[C#]public
IGUI this[
int Index] {get; set;}
Parameters
- Index
- The index of the child.
Implements
IGUI.Child
See Also
GUIIndexed Class | CBX.Libs.DX9ToolsR4.GUI Namespace