dbicExplorerBar Send comments on this topic.
dbiExplorerItem Constructor(String)
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > dbiExplorerItem Class > dbiExplorerItem Constructor : dbiExplorerItem Constructor(String)

strText
The text value to assign to the object.
Creates a new instance of the class, setting the Text Property.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal strText As String _
)
C# 
public dbiExplorerItem( 
   string strText
)

Parameters

strText
The text value to assign to the object.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also