PagePorter Class Library

FpLinkBar Class

A custom control that implements the FrontPage Navigation ("Navigation") control.

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

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         Parastream.Web.UI.WebControls.FpWebControl
            Parastream.Web.UI.WebControls.FpLinkBar

[Visual Basic]
Public Class FpLinkBar
    Inherits FpWebControl
[C#]
public class FpLinkBar : FpWebControl

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

FpLinkBar, like its FrontPage counterpart, implements several of the familiar controls:

Though you should host FpLinkBar controls on a web form derived from FpPage, they can be hosted on web forms derived from Page with the following notes:

Requirements

Namespace: Parastream.Web.UI.WebControls

Assembly: FpCtrls (in FpCtrls.dll)

See Also

FpLinkBar Members | Parastream.Web.UI.WebControls Namespace