Gets or sets the GwxDependencyObject object at the specified index.
Namespace: Ico.GwxAssembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
Visual Basic |
---|
Public Default Property Item ( _
index As Integer _
) As GwxDependencyObject
Get
Set |
JScript |
---|
JScript does not support indexed properties. |
Parameters
- index
- Type: System..::..Int32
The zero-based index of the GwxDependencyObject object to get or set.
Field Value
The GwxDependencyObject object at the specified index.
See Also