Adds a SmartTileBackgroundState object to the end of the list.

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

Syntax

C#
public int Add(
	SmartTileBackgroundState value
)
Visual Basic
Public Function Add ( _
	value As SmartTileBackgroundState _
) As Integer
JScript
public function Add(
	value : SmartTileBackgroundState
) : int

Parameters

value
Type: Ico.Windows.Controls..::..SmartTileBackgroundState
The SmartTileBackgroundState object to add.

Return Value

The list index at which the value has been added.

See Also