Click or drag to resize
ControlBase Methods

The ControlBase type exposes the following members.

Methods
  Name Description
Protected method AddDisplayInlineBlockIfNeeded (Inherited from WebControl.)
Protected method AddedControl
Called after a child control is added to the Controls collection of the Control object.
(Inherited from Control.)
Public method ApplyStyle
Copies any nonblank elements of the specified style to the Web control, overwriting any existing style elements of the control. This method is primarily used by control developers.
(Inherited from WebControl.)
Public method ApplyStyleSheetSkin
Applies the style properties defined in the page style sheet to the control.
(Inherited from Control.)
Protected method ClearNamingContainer (Inherited from Control.)
Public method CopyBaseAttributes
Copies the properties not encapsulated by the Style object from the specified Web server control to the Web server control that this method is called from. This method is used primarily by control developers.
(Inherited from WebControl.)
Protected method CreateChildControls
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
(Inherited from Control.)
Public method DataBind
Binds a data source to the invoked server control and all its child controls.
(Inherited from Control.)
Protected method DirtyNameTable (Inherited from Control.)
Public method Dispose
Enables a server control to perform final clean up before it is released from memory.
(Inherited from Control.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method EstimateStateSize (Inherited from Control.)
Public method FindControl
Searches the current naming container for a server control with the specified id parameter.
(Inherited from Control.)
Public method Focus
Sets input focus to a control.
(Inherited from Control.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetRouteUrl(Object)
Gets the URL that corresponds to a set of route parameters.
(Inherited from Control.)
Public method GetRouteUrl(RouteValueDictionary)
Gets the URL that corresponds to a set of route parameters.
(Inherited from Control.)
Public method GetRouteUrl(String, Object)
Gets the URL that corresponds to a set of route parameters and a route name.
(Inherited from Control.)
Public method GetRouteUrl(String, RouteValueDictionary)
Gets the URL that corresponds to a set of route parameters and a route name.
(Inherited from Control.)
Protected method GetTemplateControl (Inherited from Control.)
Public method GetTextFromResources
Gets text from the resx.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method GetUniqueIDPrefix (Inherited from Control.)
Public method GetUniqueIDRelativeTo
Returns the prefixed portion of the UniqueID property of the specified control.
(Inherited from Control.)
Protected method GetXhtmlConformanceSection (Inherited from Control.)
Public method HasControls
Determines if the server control contains any child controls.
(Inherited from Control.)
Protected method HasRenderDelegate (Inherited from Control.)
Protected method HasRenderingData (Inherited from Control.)
Protected method InitRecursive (Inherited from Control.)
Protected method IsDescendentOf (Inherited from Control.)
Public method IsLicenced
Gets controls license status.
Protected method LoadChildViewStateByID (Inherited from Control.)
Protected method LoadChildViewStateByIndex (Inherited from Control.)
Protected method LoadControlState
Restores control-state information from a previous page request that was saved by the SaveControlState method.
(Inherited from Control.)
Protected method LoadControlStateInternal (Inherited from Control.)
Protected method LoadRecursive (Inherited from Control.)
Protected method LoadViewStateRecursive (Inherited from Control.)
Protected method MapPathSecure
Retrieves the physical path that a virtual path, either absolute or relative, maps to.
(Inherited from Control.)
Public method MergeStyle
Copies any nonblank elements of the specified style to the Web control, but will not overwrite any existing style elements of the control. This method is used primarily by control developers.
(Inherited from WebControl.)
Protected method OnInit
Raises the Init event.
(Inherited from Control.)
Protected method OnLoad
Raises the Load event.
(Inherited from Control.)
Protected method OnPreRender
Raises the PreRender event.
(Inherited from Control.)
Protected method OnUnload
Raises the Unload event.
(Inherited from Control.)
Protected method OpenFile
Gets a Stream used to read a file.
(Inherited from Control.)
Protected method OpenFileAndGetDependency (Inherited from Control.)
Protected method PreRenderRecursiveInternal (Inherited from Control.)
Protected method PreventAutoID (Inherited from Control.)
Protected method RemovedControl
Called after a child control is removed from the Controls collection of the Control object.
(Inherited from Control.)
Protected method Render
Renders the control to the specified HTML writer.
(Inherited from WebControl.)
Public method RenderBeginTag
Renders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers.
(Inherited from WebControl.)
Protected method RenderChildren
Outputs the content of a server control's children to a provided HtmlTextWriter object, which writes the content to be rendered on the client.
(Inherited from Control.)
Protected method RenderChildrenInternal (Inherited from Control.)
Protected method RenderContents
Renders the contents of the control to the specified writer. This method is used primarily by control developers.
(Inherited from WebControl.)
Public method RenderControl
Outputs server control content to a provided HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
(Inherited from Control.)
Public method RenderEndTag
Renders the HTML closing tag of the control into the specified writer. This method is used primarily by control developers.
(Inherited from WebControl.)
Public method ResolveClientUrl
Gets a URL that can be used by the browser.
(Inherited from Control.)
Protected method ResolvePhysicalOrVirtualPath (Inherited from Control.)
Public method ResolveUrl
Converts a URL into one that is usable on the requesting client.
(Inherited from Control.)
Protected method SaveControlState
Saves any server control state changes that have occurred since the time the page was posted back to the server.
(Inherited from Control.)
Protected method SaveControlStateInternal (Inherited from Control.)
Protected method SaveViewStateRecursive (Inherited from Control.)
Protected method SetControlBuilder (Inherited from Control.)
Protected method SetDesignMode (Inherited from Control.)
Protected method SetEnableViewStateInternal (Inherited from Control.)
Public method SetRenderMethodDelegate
Assigns an event handler delegate to render the server control and its content into its parent control.
(Inherited from Control.)
Protected method ShouldSerializeEnableTheming (Inherited from Control.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Protected method UnloadRecursive (Inherited from Control.)
Protected method ValidateEvent(String) (Inherited from Control.)
Protected method ValidateEvent(String, String) (Inherited from Control.)
Top
See Also