ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
PageLayout Class Methods
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout Namespace : PageLayout Class




For a list of all members of this type, see PageLayout members.

Public Methods

 NameDescription
Public MethodApplyStyle (Inherited from System.Web.UI.WebControls.WebControl)
Public MethodApplyStyleSheetSkin (Inherited from System.Web.UI.Control)
Public MethodCenterAtCenters the map at the specified point.  
Public MethodCenterMapAtCenters the map in the data frame at the specified point.  
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 MethodDraw Draws the page layout image using existing settings. This is a shortcut for creating a WebPageLayout using CreateWebPageLayout, calling Refresh on it and then disposing the WebPageLayout.  
Public MethodFindControlOverloaded.  (Inherited from System.Web.UI.Control)
Public MethodFocus (Inherited from System.Web.UI.Control)
Public MethodGetCallbackResultOverridden. Returns the results of the client callback.  
Public MethodgetMapContentsOverridden.  Get layer names.  
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 MethodHasControls (Inherited from System.Web.UI.Control)
Public MethodLoadPostDataOverridden.  Indicates whether RaisePostDataChangedEvent should be called.  
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 MethodRaisePostBackEventOverridden.  Handles postbacks. Raises events based on the passed-in eventargument. Calls the ServerToolAction component of the Current ToolItem.  
Public MethodRaisePostDataChangedEventOverridden.  Enables a server control to process an event raised when a form is posted to the server.  
Public MethodRefreshOverridden.  Draws the page layout image using existing settings. This is a shortcut for creating a WebPageLayout using CreateWebPageLayout, calling Refresh on it and then disposing the WebPageLayout.  
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 MethodReset Reset object to an un-bound state  
Public MethodResolveClientUrl (Inherited from System.Web.UI.Control)
Public MethodResolveUrl (Inherited from System.Web.UI.Control)
Public MethodSetLayerVisibilityOverridden.  Change the visibility of a layer in the page layout.  
Public MethodSetRenderMethodDelegate (Inherited from System.Web.UI.Control)
Public MethodZoomZooms the map in the layout in or out based on the screen rectangle.  
Public MethodZoomMapToFullExtentZooms the map out to the extent of all map layers.  
Public MethodZoomToFullExtentSets the layout to the full page view.  
Public MethodZoomToFullSize Zooms the page to a scale of 1:1, the same scale as if the page were exported to a print document.  
Top

Protected Methods

 NameDescription
Protected MethodAddAttributesToRenderOverridden.  The UniqueID of this control is set as its name here.  
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 MethodFinalizeOverridden.  PageLayout control's finalizer.  
Protected MethodGetClientFileUrl Gets the url for an embedded file in the assembly. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CartoDisplay)
Protected MethodGetDesignModeState (Inherited from System.Web.UI.Control)
Protected MethodGetDesignModeWarningsOverridden.  Returns a list of warning messages to be displayed at design time.  
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 MethodLoadViewStateOverridden.  Overridden to handle view state for complex properties.  
Protected MethodMapPathSecure (Inherited from System.Web.UI.Control)
Protected MethodOnBeginCreateWebPageLayout Raises the BeginCreateWebPageLayout event.  
Protected MethodOnBubbleEvent (Inherited from System.Web.UI.Control)
Protected MethodOnContentsChanged Raises the ContentsChanged event.  
Protected MethodOnDataBinding (Inherited from System.Web.UI.Control)
Protected MethodOnDragImage Raises the DragImage event.  
Protected MethodOnDragRectangle Raises the DragRectangle event.  
Protected MethodOnExtentChange Raises the ExtentChanged event.  
Protected MethodOnInitOverridden.  If you set DrawInitialExtent to True, the control's LayoutImage property is populated here using the full extent of the layout. This happens the first time the control is drawn in a session.

Raises the Init event.

 
Protected MethodOnLoad (Inherited from System.Web.UI.Control)
Protected MethodOnMapDragImage Raises the MapDragImage event.  
Protected MethodOnMapDragRectangle Raises the MapDragRectangle event.  
Protected MethodOnMapPoint Raises the MapPoint event.  
Protected MethodOnPageClick Raises the PageClick event.  
Protected MethodOnPoint Raises the Point event.  
Protected MethodOnPreRenderOverridden. Raises the PreRender event.  
Protected MethodOnRefresh Raises the OnRefresh event.  
Protected MethodOnScaleChange Raises the ScaleChanged event.  
Protected MethodOnUnload Saves the control's state and raises the Unload event. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.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 ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl)
Protected MethodRenderChildren (Inherited from System.Web.UI.Control)
Protected MethodRenderContentsOverridden.  Renders 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 MethodSaveViewStateOverridden.  Overridden to handle viewstate for complex properties.  
Protected MethodSetDesignModeState (Inherited from System.Web.UI.Control)
Protected MethodTrackViewStateOverridden.  Overridden to handle viewstate for complex properties.  
Top

See Also

© 2010 All Rights Reserved.