ESRI.ArcGIS.ADF.Web.UI.WebControls
Toolbar Field
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Tools Namespace > ToolbarItemInfo Class : Toolbar Field




The toolbar the item belongs to.

Syntax

Visual Basic (Declaration) 
<NonSerializedAttribute()>
Public Toolbar As ToolbarBase
Visual Basic (Usage)Copy Code
Dim instance As ToolbarItemInfo
Dim value As ToolbarBase
 
value = instance.Toolbar
 
instance.Toolbar = value
C# 
[NonSerializedAttribute()]
public ToolbarBase Toolbar

Remarks

This property returns a reference to the toolbar (as a ToolbarBase object). From this you can get or set properties of the toolbar. One typical task is when the item calling server action code from a DropDownBox. In this case, the item that the end user selected is not passed in as an argument. To find the selected item or value, you must find the DropDownBox object in the toolbar and get its selected item or value. See IMapServerDropDownBoxAction for further discussion.

See Also

© 2010 All Rights Reserved.