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

C1WebCustomTreeItem Constructor

Overload List

Initializes a new instance of the class without text or a value.

[Visual Basic] Public Function New()

[C#] public C1WebCustomTreeItem();

[Delphi] public constructor Create(); overload;

Initializes a new instance of the class using the specified text.

[Visual Basic] Public Function New(String)

[C#] public C1WebCustomTreeItem(string);

[Delphi] public constructor Create(String); overload;

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

[Visual Basic] Public Function New(String, String)

[C#] public C1WebCustomTreeItem(string, string);

[Delphi] public constructor Create(String; String); overload;

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

[Visual Basic] Public Function New(String, String, String)

[C#] public C1WebCustomTreeItem(string, string, string);

[Delphi] public constructor Create(String; String; String); overload;

See Also

C1WebCustomTreeItem Class | C1WebCustomTreeItem Members | C1.Web.Command Namespace


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