DomainListTreeView class

Represents a TreeView control that displays the domains in a hierarchical tree view.

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      System.Web.UI.WebControls.BaseDataBoundControl
        System.Web.UI.WebControls.HierarchicalDataBoundControl
          System.Web.UI.WebControls.TreeView
            Microsoft.SharePoint.Portal.WebControls.DomainListTreeView

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Class DomainListTreeView _
    Inherits TreeView
'Usage
Dim instance As DomainListTreeView
public class DomainListTreeView : TreeView

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

DomainListTreeView members

Microsoft.SharePoint.Portal.WebControls namespace