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

C1WebToolBarGroupCollection.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 C1WebToolBarGroup

[C#]

new public C1WebToolBarGroup this[

int index

] {get;set;}

[Delphi]

public property Item[

index: Int32

]: C1WebToolBarGroup read get_Item write set_Item;

Parameters

index

The zero-based index of the item.

See Also

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


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