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

strText
The Title Property.
Adds a new dbiExplorerList to the collection with the Title Property set.

Syntax

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

Parameters

strText
The Title Property.

Requirements

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

See Also