DataNode.AppendChild method
Appends the specified node to the current Server ribbon node.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Public Sub AppendChild ( _
ribbonNode As DataNode, _
bClone As Boolean _
)
'Usage
Dim instance As DataNode
Dim ribbonNode As DataNode
Dim bClone As Boolean
instance.AppendChild(ribbonNode, bClone)
public void AppendChild(
DataNode ribbonNode,
bool bClone
)
Parameters
ribbonNode
Type: Microsoft.Web.CommandUI.DataNodeThe node to append to the current ribbon node.
bClone
Type: System.Booleantrue if the child nodes of ribbonNode are copied; otherwise, false.