ComponentOne WebMenus and WebBars for ASP.NET (2.0) Search HelpCentral 

C1WebTopicBarItem Constructor (String, String, String)

Initializes a new instance of the class using the specified text, navigation URL and image URL.

[Visual Basic]

Public Function New( _

ByVal text As String, _

ByVal navigateUrl As String, _

ByVal imageUrl As String _

)

[C#]

public C1WebTopicBarItem(

string text,

string navigateUrl,

string imageUrl

);

[Delphi]

public constructor Create(

text: String;

navigateUrl: String;

imageUrl: String

); overload;

Parameters

text

The text that is displayed for the item.

navigateUrl

The URL to link to when the item is clicked.

imageUrl

The URL to an image that is displayed next to the item in all states.

See Also

C1WebTopicBarItem Class | C1WebTopicBarItem Members | C1.Web.Command Namespace | C1WebTopicBarItem Constructor Overload List | C1WebTopicBarItem Class | C1WebTopicBar Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.