PagePorter Class Library

FpWebControl Class

An abstract base class for all web controls in the FpCtrls assembly.

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

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         Parastream.Web.UI.WebControls.FpWebControl
            Derived types

[Visual Basic]
MustInherit Public Class FpWebControl
    Inherits WebControl
[C#]
public abstract class FpWebControl : 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.

Remarks

FpWebControl provides a few common features for the FpCtrls web controls:

Requirements

Namespace: Parastream.Web.UI.WebControls

Assembly: FpCtrlsBase (in FpCtrlsBase.dll)

See Also

FpWebControl Members | Parastream.Web.UI.WebControls Namespace