![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
ShowLayerCheckBoxes Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Toc Class : ShowLayerCheckBoxes Property |
Visual Basic (Declaration) | |
---|---|
<ResDescriptionAttribute("Whether to show layer check boxes")> <NotifyParentPropertyAttribute(True)> <DefaultValueAttribute()> <PersistenceModeAttribute(PersistenceMode.Attribute)> <ResCategoryAttribute("Toc")> Public Property ShowLayerCheckBoxes As Boolean |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Toc Dim value As Boolean instance.ShowLayerCheckBoxes = value value = instance.ShowLayerCheckBoxes |
C# | |
---|---|
[ResDescriptionAttribute("Whether to show layer check boxes")] [NotifyParentPropertyAttribute(true)] [DefaultValueAttribute()] [PersistenceModeAttribute(PersistenceMode.Attribute)] [ResCategoryAttribute("Toc")] public bool ShowLayerCheckBoxes {get; set;} |
By default, a check-box is displayed next to each layer in the map. This allows the end user to turn the layer off and on. If this property is set to false, no check-boxes display next to layers, and the user cannot toggle visibility of layers. Any changes to visibility of layers would have to be handled programmatically.
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