DataNode.RemoveChild method

Removes the child node from the current Server ribbon node.

Namespace:  Microsoft.Web.CommandUI
Assembly:  Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)

Syntax

'Declaration
Public Sub RemoveChild ( _
    child As DataNode _
)
'Usage
Dim instance As DataNode
Dim child As DataNode

instance.RemoveChild(child)
public void RemoveChild(
    DataNode child
)

Parameters

See also

Reference

DataNode class

DataNode members

Microsoft.Web.CommandUI namespace