DataPA Enterprise Dashboard Controls API Reference
Returns a value that indicates if an tab with the given title exists in the collection.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public bool ContainsTitle(
	string Title
)
Visual Basic
Public Function ContainsTitle ( 
	Title As String
) As Boolean
Visual C++
public:
virtual bool ContainsTitle(
	String^ Title
) sealed

Parameters

Title
Type: System..::..String
The title to search for.

Return Value

Type: Boolean
True if an tab with the given title exists in the collection.

Remarks