ComponentOne WebMenus and WebBars for ASP.NET (2.0) Search HelpCentral 

C1WebTopicBarGroupCollection.Item Property

Indexer (Item property in VB). Gets or sets the item that is located at a specified index of the collection.

[Visual Basic]

Public Default Property Item( _

ByVal index As Integer _

) As C1WebTopicBarGroup

[C#]

new public C1WebTopicBarGroup this[

int index

] {get;set;}

[Delphi]

public property Item[

index: Int32

]: C1WebTopicBarGroup read get_Item write set_Item;

Parameters

index

The zero-based index of the item.

See Also

C1WebTopicBarGroupCollection Class | C1WebTopicBarGroupCollection Members | C1.Web.Command Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.