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

WebControl Class

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

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

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         EO.Web.WebControlBase
            EO.Web.WebControl
               Derived types

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

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

WebControl Members | EO.Web Namespace


Direct link to this topic