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

  • bClone
    Type: System.Boolean

    true if the child nodes of ribbonNode are copied; otherwise, false.

See also

Reference

DataNode class

DataNode members

Microsoft.Web.CommandUI namespace