IStyleContainerCollection.Item

Fore Syntax

Item(Index: Integer): IStyleContainer;

Fore.NET Syntax

Item[Index: Integer]: Prognoz.Platform.Interop.Drawing.IStyleContainer;

Parameters

Index. Style container index in the collection.

Description

The Item property returns the specified style container from the collection.

Comments

Indexation of the style container in the collection is continuous and starts with zero. To get the number of style containers in the collection, use the IStyleContainerCollection.Count property.

Fore and Fore.NET Examples

The property use is given in the example for IStyleSheet.FindByTag.

See also:

IStyleContainerCollection