ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
ToolItems Property
See Also 
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) 
<ResDescriptionAttribute("Collection of ToolItems.")>
<DesignerSerializationVisibilityAttribute()>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute()>
<ResCategoryAttribute("Behavior")>
Public Overrides ReadOnly Property ToolItems As PageToolItemCollection
Visual Basic (Usage)Copy Code
Dim instance As PageLayout
Dim value As PageToolItemCollection
 
value = instance.ToolItems
C# 
[ResDescriptionAttribute("Collection of ToolItems.")]
[DesignerSerializationVisibilityAttribute()]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute()]
[ResCategoryAttribute("Behavior")]
public override 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.

See Also

© 2010 All Rights Reserved.