Mono Class Library: Overview

System.Web.UI.Control: Members

The members of System.Web.UI.Control are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

AppRelativeTemplateSourceDirectorystring. Documentation for this section has not yet been entered.
[read-only]
BindingContainerControl. Documentation for this section has not yet been entered.
[read-only]
ClientIDstring. Documentation for this section has not yet been entered.
[read-only]
ControlsControlCollection. Documentation for this section has not yet been entered.
EnableThemingbool. Documentation for this section has not yet been entered.
EnableViewStatebool. Documentation for this section has not yet been entered.
IDstring. Documentation for this section has not yet been entered.
[read-only]
NamingContainerControl. Documentation for this section has not yet been entered.
PagePage. Documentation for this section has not yet been entered.
[read-only]
ParentControl. Documentation for this section has not yet been entered.
SiteSystem.ComponentModel.ISite. Documentation for this section has not yet been entered.
SkinIDstring. Documentation for this section has not yet been entered.
TemplateControlTemplateControl. Documentation for this section has not yet been entered.
[read-only]
TemplateSourceDirectorystring. Documentation for this section has not yet been entered.
[read-only]
UniqueIDstring. Documentation for this section has not yet been entered.
Visiblebool. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
AdapterSystem.Web.UI.Adapters.ControlAdapter. Documentation for this section has not yet been entered.
ChildControlsCreatedbool. Documentation for this section has not yet been entered.
[read-only]
ClientIDSeparatorchar. Documentation for this section has not yet been entered.
[read-only]
ContextSystem.Web.HttpContext. Documentation for this section has not yet been entered.
[read-only]
DesignModebool. Documentation for this section has not yet been entered.
[read-only]
EventsSystem.ComponentModel.EventHandlerList. Documentation for this section has not yet been entered.
[read-only]
HasChildViewStatebool. Documentation for this section has not yet been entered.
[read-only]
IdSeparatorchar. Documentation for this section has not yet been entered.
[read-only]
IsChildControlStateClearedbool. Documentation for this section has not yet been entered.
[read-only]
IsTrackingViewStatebool. Documentation for this section has not yet been entered.
[read-only]
IsViewStateEnabledbool. Documentation for this section has not yet been entered.
[read-only]
LoadViewStateByIDbool. Documentation for this section has not yet been entered.
[read-only]
ViewStateStateBag. Documentation for this section has not yet been entered.
[read-only]
ViewStateIgnoresCasebool. Documentation for this section has not yet been entered.

Public Methods

ApplyStyleSheetSkin(Page)
Documentation for this section has not yet been entered.
DataBind()
Documentation for this section has not yet been entered.
Dispose()
Documentation for this section has not yet been entered.
FindControl(string) : Control
Documentation for this section has not yet been entered.
Focus()
Documentation for this section has not yet been entered.
HasControls() : bool
Documentation for this section has not yet been entered.
RenderControl(HtmlTextWriter)
Documentation for this section has not yet been entered.
ResolveClientUrl(string) : string
Documentation for this section has not yet been entered.
ResolveUrl(string) : string
Documentation for this section has not yet been entered.
SetRenderMethodDelegate(RenderMethod)
Documentation for this section has not yet been entered.

Protected Methods

AddedControl(Control, int)
Documentation for this section has not yet been entered.
AddParsedSubObject(object)
Documentation for this section has not yet been entered.
BuildProfileTree(string, bool)
Documentation for this section has not yet been entered.
ClearChildControlState()
Documentation for this section has not yet been entered.
ClearChildState()
Documentation for this section has not yet been entered.
ClearChildViewState()
Documentation for this section has not yet been entered.
CreateChildControls()
Documentation for this section has not yet been entered.
CreateControlCollection() : ControlCollection
Documentation for this section has not yet been entered.
DataBind(bool)
Documentation for this section has not yet been entered.
DataBindChildren()
Documentation for this section has not yet been entered.
EnsureChildControls()
Documentation for this section has not yet been entered.
EnsureID()
Documentation for this section has not yet been entered.
FindControl(string, int) : Control
Documentation for this section has not yet been entered.
GetDesignModeState() : IDictionary
Documentation for this section has not yet been entered.
HasEvents() : bool
Documentation for this section has not yet been entered.
IsLiteralContent() : bool
Documentation for this section has not yet been entered.
LoadControlState(object)
Documentation for this section has not yet been entered.
LoadViewState(object)
Documentation for this section has not yet been entered.
MapPathSecure(string) : string
Documentation for this section has not yet been entered.
OnBubbleEvent(object, EventArgs) : bool
Documentation for this section has not yet been entered.
OnDataBinding(EventArgs)
Documentation for this section has not yet been entered.
OnInit(EventArgs)
Documentation for this section has not yet been entered.
OnLoad(EventArgs)
Documentation for this section has not yet been entered.
OnPreRender(EventArgs)
Documentation for this section has not yet been entered.
OnUnload(EventArgs)
Documentation for this section has not yet been entered.
OpenFile(string) : System.IO.Stream
Documentation for this section has not yet been entered.
RaiseBubbleEvent(object, EventArgs)
Documentation for this section has not yet been entered.
RemovedControl(Control)
Documentation for this section has not yet been entered.
Render(HtmlTextWriter)
Documentation for this section has not yet been entered.
RenderChildren(HtmlTextWriter)
Documentation for this section has not yet been entered.
RenderControl(HtmlTextWriter, System.Web.UI.Adapters.ControlAdapter)
Documentation for this section has not yet been entered.
ResolveAdapter() : System.Web.UI.Adapters.ControlAdapter
Documentation for this section has not yet been entered.
SaveControlState() : object
Documentation for this section has not yet been entered.
SaveViewState() : object
Documentation for this section has not yet been entered.
SetDesignModeState(IDictionary)
Documentation for this section has not yet been entered.
TrackViewState()
Documentation for this section has not yet been entered.

Public Events

DataBindingDocumentation for this section has not yet been entered.
DisposedDocumentation for this section has not yet been entered.
InitDocumentation for this section has not yet been entered.
LoadDocumentation for this section has not yet been entered.
PreRenderDocumentation for this section has not yet been entered.
UnloadDocumentation for this section has not yet been entered.

Explicitly Implemented Interface Members

System.Web.UI.IParserAccessor.AddParsedSubObjectDocumentation for this section has not yet been entered.
[read-only]
System.Web.UI.IControlBuilderAccessor.ControlBuilderControlBuilder. Documentation for this section has not yet been entered.
[read-only]
System.Web.UI.IDataBindingsAccessor.DataBindingsDataBindingCollection. Documentation for this section has not yet been entered.
[read-only]
System.Web.UI.IExpressionsAccessor.ExpressionsExpressionBindingCollection. Documentation for this section has not yet been entered.
System.Web.UI.IControlDesignerAccessor.GetDesignModeStateDocumentation for this section has not yet been entered.
[read-only]
System.Web.UI.IDataBindingsAccessor.HasDataBindingsbool. Documentation for this section has not yet been entered.
[read-only]
System.Web.UI.IExpressionsAccessor.HasExpressionsbool. Documentation for this section has not yet been entered.
System.Web.UI.IControlDesignerAccessor.SetDesignModeStateDocumentation for this section has not yet been entered.
System.Web.UI.IControlDesignerAccessor.SetOwnerControlDocumentation for this section has not yet been entered.
[read-only]
System.Web.UI.IControlDesignerAccessor.UserDataIDictionary. Documentation for this section has not yet been entered.