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

C1WebTopicBarItem Constructor (String)

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

[Visual Basic]

Public Function New( _

ByVal text As String _

)

[C#]

public C1WebTopicBarItem(

string text

);

[Delphi]

public constructor Create(

text: String

); overload;

Parameters

text

The text that is displayed for the item.

Remarks

When this constructor is used, all properties in the object are set to their default values. Be sure to set the properties, as necessary, after creating the object.

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.