RibbonNodeList Constructor
Initializes a new instance of the RibbonNodeList class.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Public Sub New ( _
ribbonNodeList As IList(Of DataNode) _
)
'Usage
Dim ribbonNodeList As IList(Of DataNode)
Dim instance As New RibbonNodeList(ribbonNodeList)
public RibbonNodeList(
IList<DataNode> ribbonNodeList
)
Parameters
ribbonNodeList
Type: System.Collections.Generic.IList<DataNode>The nodes used to create the Server ribbon node list.