ESRI.ArcGIS.ADF.ArcGISServer.Editor
CreateToolbars Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > TooledEditorPanel Class : CreateToolbars Method




Creates the toolbars for the TooledEditorPanel.

Syntax

Visual Basic (Declaration) 
Protected MustOverride Function CreateToolbars() As List(Of Toolbar)
Visual Basic (Usage)Copy Code
Dim instance As TooledEditorPanel
Dim value As List(Of Toolbar)
 
value = instance.CreateToolbars()
C# 
protected abstract List<Toolbar> CreateToolbars()

Return Value

The Toolbar collection.

See Also

© 2010 All Rights Reserved.