Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

WebControlBase Class

Serves as base class that defines the methods, properties and events common to all EO.Web controls that have user interface specific features.

For a list of all members of this type, see WebControlBase Members.

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         EO.Web.WebControlBase
            EO.Web.CallbackPanel
            EO.Web.CustomItem
            EO.Web.Floater
            EO.Web.MultiPage
            EO.Web.WebControl

[Visual Basic]
MustInherit Public Class WebControlBase
    Inherits WebControl
[C#]
public abstract class WebControlBase : WebControl

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: EO.Web

Assembly: EO.Web (in EO.Web.dll)

See Also

WebControlBase Members | EO.Web Namespace


Direct link to this topic