Refreshes the Editor toolbar items, based on geometry type and selected feature count, to a CallbackResult which is copied to the specified CallbackResultCollection.
Syntax
Visual Basic (Declaration) | |
---|
Public Sub RefreshToolbars( _
ByVal destination As ESRI.ArcGIS.ADF.Web.UI.WebControls.CallbackResultCollection _
) |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Editor
Dim destination As ESRI.ArcGIS.ADF.Web.UI.WebControls.CallbackResultCollection
instance.RefreshToolbars(destination) |
C# | |
---|
public void RefreshToolbars(
ESRI.ArcGIS.ADF.Web.UI.WebControls.CallbackResultCollection destination
) |
Parameters
- destination
- The CallbackResultCollection to receive the CallbackResult which will update the toolbar items.
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