APNSoft Controls [4.5.2.20] - API Reference
TreeViewElementCollection.AddChildSeparator Method (String, String)

Adds a new child separator to specified parent element.

[Visual Basic]
Overloads Public Function AddChildSeparator( _
   ByVal NewID As String, _
   ByVal ParentID As String _
) As TreeViewElement
[C#]
public TreeViewElement AddChildSeparator(
   string NewID,
   string ParentID
);

Parameters

NewID
ID of the new separator.
ParentID
ID of the parent element.

Return Value

New separator element.

See Also

TreeViewElementCollection Class | APNSoft.WebControls Namespace | TreeViewElementCollection.AddChildSeparator Overload List