ESRI.ArcGIS.ADF.ArcGISServer.Editor
EditorToolbar Class Members
See Also  Fields  Properties  Methods  Events
ESRI.ArcGIS.ADF.ArcGISServer.Editor.Tools Namespace : EditorToolbar Class




The following tables list the members exposed by EditorToolbar.

Public Constructors

 NameDescription
Public ConstructorEditorToolbar Constructor Constructor.  
Top

Public Fields

 NameDescription
Public FieldStateManager All state management is done through this property. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl)
Top

Protected Fields

 NameDescription
Protected Field_callbackArg Stores the callback argument passed in to RaiseCallbackEvent. Used in GetCallbackResult to process the callback request. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl)
Top

Public Properties

 NameDescription
Public PropertyAccessKey (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyAlignment Alignment of the text and image on a Command or Tool. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Public PropertyAppRelativeTemplateSourceDirectory (Inherited from System.Web.UI.Control)
Public PropertyAttributes (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyBackColor The BackColor of the WebControl. This property is not used. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Public PropertyBorderColor (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyBorderStyle (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyBorderWidth (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyBuddyControls A set of PageLayout or Map controls that this Toolbar acts on. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Public PropertyBuddyControlType The type of the buddy controls associated with this control. Either a set of Map controls or a set of PageLayout controls can be associated with this control, but not a set of both. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Public PropertyCallbackResults A collection of CallbackResult objects for passing information from the server to the client during a callback. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl)
Public PropertyClientID (Inherited from System.Web.UI.Control)
Public PropertyControls (Inherited from System.Web.UI.Control)
Public PropertyControlStyle (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyControlStyleCreated (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyCssClass (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyCurrentToolThe selected Tool on this Toolbar. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Public PropertyEnabled This property should not be used as it is ignored for the functioning of the toolbar. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Public PropertyEnableTheming (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyEnableViewState Indicates whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Public PropertyFont The font used in the WebControl. This property should not be used; instead, use the styles in ToolbarItemDefaultStyle, etc. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Public PropertyForeColor The ForeColor of the WebControl. This property should not used. Instead, set the styles for ToolbarItemDefaultStyle, etc. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Public PropertyGroup The group to which this Toolbar belongs. A group of Toolbar controls can have only one CurrentTool among them. The Group property cannot be set to null or or to an empty string. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Public PropertyHasAttributes (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyHeight (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyID (Inherited from System.Web.UI.Control)
Public PropertyIsAsync Returns true if this control is in a partial postback or a callback. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl)
Public PropertyNamingContainer (Inherited from System.Web.UI.Control)
Public PropertyOrientation The orientation of the Toolbar: horizontal or vertical. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Public PropertyPage (Inherited from System.Web.UI.Control)
Public PropertyParent (Inherited from System.Web.UI.Control)
Public PropertySite (Inherited from System.Web.UI.Control)
Public PropertySkinID (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyStyle (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyTabIndex (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyTemplateControl (Inherited from System.Web.UI.Control)
Public PropertyTemplateSourceDirectory (Inherited from System.Web.UI.Control)
Public PropertyTextPosition Position of the text with reference to the image on a Command or Tool. Applies only to toolbars with the ImageAndText ToolbarStyle. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Public PropertyToolbarItemDefaultStyle The style applied to Commands and Tools when they are not selected, disabled, or hovered upon. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Public PropertyToolbarItemDisabledStyle The style applied to Commands and Tools when they are disabled. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Public PropertyToolbarItemHoverStyle The style applied to Commands and Tools when they are hovered upon. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Public PropertyToolbarItemsThe collection of ToolbarItem objects on this Toolbar. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Public PropertyToolbarItemSelectedStyle The style applied to Commands and Tools when they are selected. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Public PropertyToolbarStyle The style of the toolbar: whether it displays both text and image for a command or tool, or only one of the two. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Public PropertyToolTip The ToolTip used in the WebControl. This property is not used. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Public PropertyUniqueID (Inherited from System.Web.UI.Control)
Public PropertyUseDefaultWebResources If true, the control will use the internal web resources within the assemblies of the Web ADF. If false, the control uses the resources at WebResourceLocation. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl)
Public PropertyVisible (Inherited from System.Web.UI.Control)
Public PropertyWebResourceLocation The location of the web resources used by the ADF Web control if UseDefaultWebResrouces is false. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl)
Public PropertyWidth (Inherited from System.Web.UI.WebControls.WebControl)
Top

Protected Properties

 NameDescription
Protected PropertyAdapter (Inherited from System.Web.UI.Control)
Protected PropertyBrowserName The name of the calling browser. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Protected PropertyBrowserSupportsJavascript Indicates whether Javascript is supported by the calling browser. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Protected PropertyCallbackFunctionString Gets the callbackfunction string for this control instance. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl)
Protected PropertyChildControlsCreated (Inherited from System.Web.UI.Control)
Protected PropertyClientIDSeparator (Inherited from System.Web.UI.Control)
Protected PropertyContext (Inherited from System.Web.UI.Control)
Protected PropertyDesignMode (Inherited from System.Web.UI.Control)
Protected PropertyEvents (Inherited from System.Web.UI.Control)
Protected PropertyHasChildViewState (Inherited from System.Web.UI.Control)
Protected PropertyIdSeparator (Inherited from System.Web.UI.Control)
Protected PropertyIsAtRenderStage Returns true if this control is called through an asynchronous callback, or the refresh flag has been set and the page is in partial postback mode. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl)
Protected PropertyIsChildControlStateCleared (Inherited from System.Web.UI.Control)
Protected PropertyIsEnabled (Inherited from System.Web.UI.WebControls.WebControl)
Protected PropertyIsTrackingViewState (Inherited from System.Web.UI.Control)
Protected PropertyIsViewStateEnabled (Inherited from System.Web.UI.Control)
Protected PropertyLoadViewStateByID (Inherited from System.Web.UI.Control)
Protected PropertyTagKey Gets the HTML tag for the control. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Protected PropertyTagName (Inherited from System.Web.UI.WebControls.WebControl)
Protected PropertyViewState (Inherited from System.Web.UI.Control)
Protected PropertyViewStateIgnoresCase (Inherited from System.Web.UI.Control)
Top

Public Methods

 NameDescription
Public MethodApplyStyle (Inherited from System.Web.UI.WebControls.WebControl)
Public MethodApplyStyleSheetSkin (Inherited from System.Web.UI.Control)
Public MethodCopyBaseAttributes (Inherited from System.Web.UI.WebControls.WebControl)
Public MethodDataBindOverloaded.  (Inherited from System.Web.UI.Control)
Public MethodDispose (Inherited from System.Web.UI.Control)
Public MethodFindControlOverloaded.  (Inherited from System.Web.UI.Control)
Public MethodFocus (Inherited from System.Web.UI.Control)
Public MethodGetBuddyControlType Returns the type of control (either a Map or PageLayout) that the Toolbar has been buddied with. This method returns the same value as the BuddyControlType property. This method was added to support frameworks that might not necessarily have a Map and a PageLayout that can be buddied. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.Toolbar)
Public MethodGetCallbackResultReturns the results of the client callback. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.Toolbar)
Public MethodGetHtmlContents Returns the HTML contents of the Toc div tag. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Public MethodGetScriptDescriptors Gets a collection of script descriptors that represent JavaScript client components. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl)
Public MethodGetScriptReferences Returns a list of required clientside scripts for this webcontrol, based on the class' script attributes (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl)
Public MethodGetSupportedBuddyControlTypes The method supports the .NET ADF infrastructure and is not intended to be used directly from your code. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.Toolbar)
Public MethodHasControls (Inherited from System.Web.UI.Control)
Public MethodLoadPostData Gets the current tool from the page for postbacks. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Public MethodMergeStyle (Inherited from System.Web.UI.WebControls.WebControl)
Public MethodRaiseCallbackEvent As part of the callback implementation for the control, stores the event argument passed to the control by the client. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl)
Public MethodRaisePostBackEvent Handles postbacks. Raises events based on the passed-in event argument. Calls the commandclick event. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.Toolbar)
Public MethodRaisePostDataChangedEvent Not used. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Public MethodRefreshRefreshes the contents of the control for callback purposes. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl)
Public MethodRenderBeginTag RenderBeginTag. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Public MethodRenderControlOverloaded.  (Inherited from System.Web.UI.Control)
Public MethodRenderEndTag (Inherited from System.Web.UI.WebControls.WebControl)
Public MethodResolveClientUrl (Inherited from System.Web.UI.Control)
Public MethodResolveUrl (Inherited from System.Web.UI.Control)
Public MethodSetRenderMethodDelegate (Inherited from System.Web.UI.Control)
Top

Protected Methods

 NameDescription
Protected MethodAddAttributesToRender The UniqueID of this control is set as its name here. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Protected MethodAddedControl (Inherited from System.Web.UI.Control)
Protected MethodAddParsedSubObject (Inherited from System.Web.UI.Control)
Protected MethodBuildProfileTree (Inherited from System.Web.UI.Control)
Protected MethodClearChildControlState (Inherited from System.Web.UI.Control)
Protected MethodClearChildState (Inherited from System.Web.UI.Control)
Protected MethodClearChildViewState (Inherited from System.Web.UI.Control)
Protected MethodCreateChildControls (Inherited from System.Web.UI.Control)
Protected MethodCreateControlCollection (Inherited from System.Web.UI.Control)
Protected MethodCreateControlStyle (Inherited from System.Web.UI.WebControls.WebControl)
Protected MethodDataBindChildren (Inherited from System.Web.UI.Control)
Protected MethodEnsureChildControls (Inherited from System.Web.UI.Control)
Protected MethodEnsureID (Inherited from System.Web.UI.Control)
Protected MethodGetCurrentToolForGroup The method supports the .NET ADF infrastructure and is not intended to be used directly from your code. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Protected MethodGetDesignModeState (Inherited from System.Web.UI.Control)
Protected MethodGetDesignModeWarnings Determines if there are errors at design time and if so, adds appropriate messages to the warnings list so they may be reported by the base class. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Protected MethodHasEvents (Inherited from System.Web.UI.Control)
Protected MethodIsLiteralContent (Inherited from System.Web.UI.Control)
Protected MethodLoadControlState (Inherited from System.Web.UI.Control)
Protected MethodLoadViewState Overridden to handle ToolItems view state. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Protected MethodMapPathSecure (Inherited from System.Web.UI.Control)
Protected MethodOnBubbleEvent (Inherited from System.Web.UI.Control)
Protected MethodOnCommandClick Raises the CommandClick event. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Protected MethodOnDataBinding (Inherited from System.Web.UI.Control)
Protected MethodOnDropDownBoxIndexChange Raises the SelectIndexChange event. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Protected MethodOnInit OnInit. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.Toolbar)
Protected MethodOnLoad Sets up the current tool as the current tool item of the buddy controls. Fires the Initialize events on toolbar items supporting IToolbarItemSetup (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.Toolbar)
Protected MethodOnPreRenderOverridden.  Raises the System.Web.UI.Control.PreRender event.  
Protected MethodOnUnload Tear down toolbar items supporting IToolbarItemSetup (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.Toolbar)
Protected MethodOpenFile (Inherited from System.Web.UI.Control)
Protected MethodRaiseBubbleEvent (Inherited from System.Web.UI.Control)
Protected MethodRemovedControl (Inherited from System.Web.UI.Control)
Protected MethodRender Renders the control. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl)
Protected MethodRenderChildren (Inherited from System.Web.UI.Control)
Protected MethodRenderContentsOverridden.  Render the contents of the control to the specified writer. This method is used primarily by control developers.  
Protected MethodRenderDesignModeWarnings If design mode is active and the derived class has configuration errors, then a standard template will be used to show these errors to the user and True is returned, else no warnings are displayed and false is returned. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl)
Protected MethodResolveAdapter (Inherited from System.Web.UI.Control)
Protected MethodSaveControlState (Inherited from System.Web.UI.Control)
Protected MethodSaveViewState Saves view state (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.Toolbar)
Protected MethodSetDesignModeState (Inherited from System.Web.UI.Control)
Protected MethodTrackViewState Overridden to handle ToolItems viewstate. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Top

Public Events

 NameDescription
Public EventCommandClick Occurs when a command on the Toolbar has been clicked. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Public EventDataBinding (Inherited from System.Web.UI.Control)
Public EventDisposed (Inherited from System.Web.UI.Control)
Public EventDropDownBoxIndexChange Occurs when the selected index of a select item on the Toolbar has changed. Only fired if AutoPostBack is True on the select item. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase)
Public EventInit (Inherited from System.Web.UI.Control)
Public EventLoad (Inherited from System.Web.UI.Control)
Public EventPreRender (Inherited from System.Web.UI.Control)
Public EventUnload (Inherited from System.Web.UI.Control)
Top

See Also

© 2010 All Rights Reserved.