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
child
Type: Microsoft.Web.CommandUI.DataNodeThe child node to remove from the current ribbon node.