ESRI.ArcGIS.ADF.Web
DisplayInTableOfContents Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web Namespace > DisplaySettings Class : DisplayInTableOfContents Property




Whether to show the data source in the table of contents for the map.

Syntax

Visual Basic (Declaration) 
Public Property DisplayInTableOfContents As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DisplaySettings
Dim value As Boolean
 
instance.DisplayInTableOfContents = value
 
value = instance.DisplayInTableOfContents
C# 
public bool DisplayInTableOfContents {get; set;}

Remarks

If a table of contents control ( Toc) is buddied to a Map control, the data sources that the Map uses may also be displayed in the TOC. This property determines whether the data source displays in the TOC.

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

© 2011 All Rights Reserved.