![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
Toolbar Field | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.UI.WebControls.Tools Namespace > ToolbarItemInfo Class : Toolbar Field |
Visual Basic (Declaration) | |
---|---|
<NonSerializedAttribute()> Public Toolbar As ToolbarBase |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ToolbarItemInfo Dim value As ToolbarBase value = instance.Toolbar instance.Toolbar = value |
C# | |
---|---|
[NonSerializedAttribute()] public ToolbarBase Toolbar |
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.
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