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