Table of Contents: Used for rendering the layer/swatch information of the data sources in a Map.
Object Model
Syntax
Visual Basic (Declaration) | |
---|
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", DesignerTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.TocDesigner, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<DefaultPropertyAttribute("BuddyControl")>
<ToolboxDataAttribute("<{0}:Toc runat='server' Height='300px' Width='220px'></{0}:Toc>")>
Public Class Toc
Inherits TreeViewPlus
Implements IBuddyControlSupport, ITreeViewPlusNodeContainer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Toc |
C# | |
---|
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", DesignerTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.TocDesigner, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[DefaultPropertyAttribute("BuddyControl")]
[ToolboxDataAttribute("<{0}:Toc runat='server' Height='300px' Width='220px'></{0}:Toc>")]
public class Toc : TreeViewPlus, IBuddyControlSupport, ITreeViewPlusNodeContainer |
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also