Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of child nodes for the current Server ribbon node.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Public ReadOnly Property ChildNodes As RibbonNodeList
Get
'Usage
Dim instance As DataNode
Dim value As RibbonNodeList
value = instance.ChildNodes
public RibbonNodeList ChildNodes { get; }
Property Value
Type: Microsoft.Web.CommandUI.RibbonNodeList
A RibbonNodeList that contains the child nodes.