PagePorter Class Library

FpLinkBar.GetButtonGraphicUrl Method 

Returns the URL of a button graphic.

[Visual Basic]
Protected Function GetButtonGraphicUrl( _
   ByVal page As NavigationPage, _
   ByVal type As String, _
   ByVal urlOverride As String _
) As String
[C#]
protected string GetButtonGraphicUrl(
   NavigationPage page,
   string type,
   string urlOverride
);

Parameters

page
A NavigationPage object.
type
The type string of the graphic.
urlOverride
A string value to use to override the default use of the url in the graphic object's filename.

Return Value

A string representing the button graphic's URL.

See Also

FpLinkBar Class | Parastream.Web.UI.WebControls Namespace