RibbonDocument.AppendChild Method
Appends a node to the tree structure that represents the XML document.
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 RibbonDocument
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 be appended to the tree structure that represents the XML document.
bClone
Type: System.Booleantrue if the node is to be cloned; otherwise, false.