Removes the first occurrence of a specific SmartTileBackgroundState object from the list.

Namespace: Ico.Windows.Controls
Assembly: IcoSmartTile (in IcoSmartTile.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void Remove(
	SmartTileBackgroundState value
)
Visual Basic
Public Sub Remove ( _
	value As SmartTileBackgroundState _
)
JScript
public function Remove(
	value : SmartTileBackgroundState
)

Parameters

value
Type: Ico.Windows.Controls..::..SmartTileBackgroundState
The SmartTileBackgroundState object to remove from the list.

See Also