A list of SmartTileBackgroundState objects.

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

Syntax

C#
public sealed class SmartTileBackgroundStateList : ValidatingList, 
	IManagerChild, IChildObject, IList<SmartTileBackgroundState>, ICollection<SmartTileBackgroundState>, 
	IEnumerable<SmartTileBackgroundState>, IEnumerable
Visual Basic
Public NotInheritable Class SmartTileBackgroundStateList _
	Inherits ValidatingList _
	Implements IManagerChild, IChildObject, IList(Of SmartTileBackgroundState),  _
	ICollection(Of SmartTileBackgroundState), IEnumerable(Of SmartTileBackgroundState), IEnumerable
JScript
public final class SmartTileBackgroundStateList extends ValidatingList implements IManagerChild, IChildObject, IList<SmartTileBackgroundState>, ICollection<SmartTileBackgroundState>, IEnumerable<SmartTileBackgroundState>, IEnumerable

Inheritance Hierarchy

System..::..Object
  ValidatingList
    Ico.Windows.Controls..::..SmartTileBackgroundStateList

See Also