ESRI.ArcGIS.ADF.Web.UI.WebControls
Item Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ToolbarItemCollection Class : Item Property




index
Indexer to this collection.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As ToolbarItem
Visual Basic (Usage)Copy Code
Dim instance As ToolbarItemCollection
Dim index As Integer
Dim value As ToolbarItem
 
value = instance.Item(index)
C# 
public ToolbarItem this[ 
   int index
]; {get;}

Parameters

index

See Also

© 2010 All Rights Reserved.