Microsoft DirectX 8.1 (C++)

ICATolls Object

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The ICATolls object represents a collection of tolls. A client can use this object to enumerate the collection, add items, or remove items.

Property Description
Count Retrieves the number of tolls in the collection.
Item Retrieves a toll from the collection.

Method Description
Add Adds a toll to the collection.
Remove Removes a toll from the collection.

Event Description
ItemAdded Called when a toll is added to the collection.
ItemRemoved Called when a toll is removed from the collection.
StateChanged Called when the state of a toll changes.