ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
ToolItems Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout Namespace > PageLayout Class : ToolItems Property




Collection of tool items that can be used on the control.

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute(PersistenceMode.InnerDefaultProperty)>
<ResCategoryAttribute("Behavior")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<NotifyParentPropertyAttribute(True)>
<ResDescriptionAttribute("Collection of ToolItems.")>
Public Overrides ReadOnly Property ToolItems As ESRI.ArcGIS.ADF.Web.UI.WebControls.PageToolItemCollection
Visual Basic (Usage)Copy Code
Dim instance As PageLayout
Dim value As ESRI.ArcGIS.ADF.Web.UI.WebControls.PageToolItemCollection
 
value = instance.ToolItems
C# 
[PersistenceModeAttribute(PersistenceMode.InnerDefaultProperty)]
[ResCategoryAttribute("Behavior")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[NotifyParentPropertyAttribute(true)]
[ResDescriptionAttribute("Collection of ToolItems.")]
public override ESRI.ArcGIS.ADF.Web.UI.WebControls.PageToolItemCollection ToolItems {get;}

Remarks

This ToolItems collection is one location where tools may be stored for the map. If a Toolbar is buddied to the control, then the Toolbar's tools will also be used to interact with the control.

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.