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

C1WebTabStripGroupCollection.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 C1WebTabStripGroup

[C#]

new public C1WebTabStripGroup this[

int index

] {get;set;}

[Delphi]

public property Item[

index: Int32

]: C1WebTabStripGroup read get_Item write set_Item;

Parameters

index

The zero-based index of the item.

See Also

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


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