ESRI.ArcGIS.ADF.Web.UI.WebControls
PageLayoutBase Class Members
See Also  Fields  Properties  Methods  Events
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : PageLayoutBase Class




The following tables list the members exposed by PageLayoutBase.

Public Fields

 NameDescription
Public FieldStateManager All state management is done through this property. (Inherited from 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 WebControl)
Top

Public Properties

 NameDescription
Public PropertyAccessKey Not Used by CartoDisplay (Inherited from CartoDisplay)
Public PropertyAppRelativeTemplateSourceDirectory (Inherited from System.Web.UI.Control)
Public PropertyAttributes (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyBackColor (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyBorderColor (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyBorderStyle (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyBorderWidth Gets or sets the border width of the Web server control. (Inherited from CartoDisplay)
Public PropertyCallbackResults A collection of CallbackResult objects for passing information from the server to the client during a callback. (Inherited from WebControl)
Public PropertyClientID (Inherited from System.Web.UI.Control)
Public PropertyClientToolGraphicsColor The color of the box drawn on the Map/PageLayout control display while using the DragRectangle or PageDragRectangle Client Action tools (while zooming in/out, for example). (Inherited from CartoDisplay)
Public PropertyClientToolGraphicsWidth Line width of shapes dragged on the PageLayout/Map controls while using a Tool. (Inherited from CartoDisplay)
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 Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client. (Inherited from CartoDisplay)
Public PropertyCurrentToolItem  
Public PropertyDataFrame  
Public PropertyEnabled Indicates whether the web control is enabled. This property is not used. (Inherited from CartoDisplay)
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 CartoDisplay)
Public PropertyFont The font used in the WebControl. This property is not used. (Inherited from CartoDisplay)
Public PropertyForeColor The ForeColor of the WebControl. This property is not used. (Inherited from CartoDisplay)
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 PropertyImageFormat The format of the image generated by the control in web-tier blending scenarios. (Inherited from CartoDisplay)
Public PropertyInitialExtent The initial extent at which a control first renders. (Inherited from CartoDisplay)
Public PropertyIsAsync Returns true if this control is in a partial postback or a callback. (Inherited from WebControl)
Public PropertyMapScales  
Public PropertyNamingContainer (Inherited from System.Web.UI.Control)
Public PropertyPage (Inherited from System.Web.UI.Control)
Public PropertyParent (Inherited from System.Web.UI.Control)
Public PropertyServerObject  
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 Not Used by CartoDisplay (Inherited from CartoDisplay)
Public PropertyTemplateControl (Inherited from System.Web.UI.Control)
Public PropertyTemplateSourceDirectory (Inherited from System.Web.UI.Control)
Public PropertyToolItems  
Public PropertyToolTip (Inherited from System.Web.UI.WebControls.WebControl)
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 WebControl)
Public PropertyUseMimeData Whether the Web application will send map images to the browser as a stream of bytes if possible, or if false, as an image file. (Inherited from CartoDisplay)
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 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 CartoDisplay)
Protected PropertyBrowserSupportsJavascript Indicates whether Javascript is supported by the calling browser. (Inherited from CartoDisplay)
Protected PropertyCallbackFunctionString Gets the callbackfunction string for this control instance. (Inherited from 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 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 CartoDisplay)
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 MethodGetCallbackResult Handles processing of the callback request and returns the result to the client. (Inherited from WebControl)
Public MethodgetMapContents Get layer names.  
Public MethodGetScriptDescriptors Gets a collection of script descriptors that represent JavaScript client components. (Inherited from WebControl)
Public MethodGetScriptReferences Returns a list of required clientside scripts for this webcontrol, based on the class' script attributes (Inherited from WebControl)
Public MethodHasControls (Inherited from System.Web.UI.Control)
Public MethodLoadPostDataLoads the post data. Not currently used. (Inherited from CartoDisplay)
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 WebControl)
Public MethodRaisePostBackEvent Processes a postback event that targets a control and returns the result. (Inherited from WebControl)
Public MethodRaisePostDataChangedEventRaises the PostDataChanged event. Not currently used. (Inherited from CartoDisplay)
Public MethodRefreshRefreshes the contents of the control for callback purposes. (Inherited from WebControl)
Public MethodRenderBeginTag (Inherited from System.Web.UI.WebControls.WebControl)
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 MethodSetLayerVisibility  
Public MethodSetRenderMethodDelegate (Inherited from System.Web.UI.Control)
Top

Protected Methods

 NameDescription
Protected MethodAddAttributesToRender Add style property to derived class that causes overflowing content to be truncated by the controls boundary instead of having it flow on the design surface and interfere with other controls. (Inherited from WebControl)
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 MethodGetClientFileUrl Gets the url for an embedded file in the assembly. (Inherited from CartoDisplay)
Protected MethodGetDesignModeState (Inherited from System.Web.UI.Control)
Protected MethodGetDesignModeWarnings Method to be overridden by derivees so that they can respond during design time and add any configuration warning messages to be displayed. (Inherited from WebControl)
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 Restores view-state information from a previous page request that was saved by the SaveViewState method. (Inherited from CartoDisplay)
Protected MethodMapPathSecure (Inherited from System.Web.UI.Control)
Protected MethodOnBubbleEvent (Inherited from System.Web.UI.Control)
Protected MethodOnDataBinding (Inherited from System.Web.UI.Control)
Protected MethodOnInit Raises the Init event. (Inherited from CartoDisplay)
Protected MethodOnLoad (Inherited from System.Web.UI.Control)
Protected MethodOnPreRender Raises the PreRender event. Raises the OnConnectionChanged event if Host or ServerObject has changed. (Inherited from CartoDisplay)
Protected MethodOnScaleChange Raises the ScaleChanged event.  
Protected MethodOnUnload Saves the control's state and raises the Unload event. (Inherited from WebControl)
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 WebControl)
Protected MethodRenderChildren (Inherited from System.Web.UI.Control)
Protected MethodRenderContents Renders the control to the HtmlTextWriter. (Inherited from CartoDisplay)
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 WebControl)
Protected MethodResolveAdapter (Inherited from System.Web.UI.Control)
Protected MethodSaveControlState (Inherited from System.Web.UI.Control)
Protected MethodSaveViewState Overridden to handle viewstate for complex properties. (Inherited from CartoDisplay)
Protected MethodSetDesignModeState (Inherited from System.Web.UI.Control)
Protected MethodTrackViewState (Inherited from System.Web.UI.WebControls.WebControl)
Top

Public Events

 NameDescription
Public EventDataBinding (Inherited from System.Web.UI.Control)
Public EventDisposed (Inherited from System.Web.UI.Control)
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 EventScaleChanged Occurs when the scale of the map on the layout has changed.  
Public EventUnload (Inherited from System.Web.UI.Control)
Top

See Also

© 2010 All Rights Reserved.