RibbonNodeList.Item Property
Gets the specified node from the list
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As DataNode
Get
'Usage
Dim instance As RibbonNodeList
Dim index As Integer
Dim value As DataNode
value = instance(index)
public DataNode this[
int index
] { get; }
Parameters
index
Type: System.Int32The node to retrieve from the list.
Property Value
Type: Microsoft.Web.CommandUI.DataNode
A DataNode that contains the specified node.