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

strText
The text to assign to the title of the list.
Creates a new instance of the class with a specified Title Property

Syntax

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

Parameters

strText
The text to assign to the title of the list.

Requirements

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

See Also