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

C1WebCustomTreeItem Constructor (String, String)

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

[Visual Basic]

Public Function New( _

ByVal text As String, _

ByVal navigateUrl As String _

)

[C#]

public C1WebCustomTreeItem(

string text,

string navigateUrl

);

[Delphi]

public constructor Create(

text: String;

navigateUrl: String

); overload;

Parameters

text

The text that is displayed for the item.

navigateUrl

The URL to link to when the item is clicked.

See Also

C1WebCustomTreeItem Class | C1WebCustomTreeItem Members | C1.Web.Command Namespace | C1WebCustomTreeItem Constructor Overload List | C1WebCustomTreeItem Class | C1WebCustomTreeControl Class


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