Searches for the specified GwxDependencyObject object and returns the zero-based index of the first occurrence within the entire list.
Namespace: Ico.GwxAssembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public int IndexOf( GwxDependencyObject value ) |
Visual Basic |
---|
Public Function IndexOf ( _ value As GwxDependencyObject _ ) As Integer |
JScript |
---|
public function IndexOf( value : GwxDependencyObject ) : int |
Parameters
- value
- Type: Ico.Gwx..::..GwxDependencyObject
The GwxDependencyObject object to locate in the list.