PagePorter Class Library

FpLinkBar.WriteClientHoverScript Method 

Sends the client script function for a hover button.

[Visual Basic]
Protected Sub WriteClientHoverScript( _
   ByVal output As HtmlTextWriter, _
   ByVal index As Integer, _
   ByVal page As NavigationPage, _
   ByVal type As String, _
   ByVal hover As String, _
   ByVal urlOverride As String _
)
[C#]
protected void WriteClientHoverScript(
   HtmlTextWriter output,
   int index,
   NavigationPage page,
   string type,
   string hover,
   string urlOverride
);

Parameters

output
The HtmlTextWriter object that receives the menu item for output.
index
The index number of the MSFPnav array used by the JavaScript.
page
A NavigationPage object to write.
type
The type string of the normal button.
hover
The type string of the hover button.
urlOverride
A string value to use to override the default use of the url in the graphic object's filename.

See Also

FpLinkBar Class | Parastream.Web.UI.WebControls Namespace