DataPA Enterprise Dashboard Controls API Reference
Returns a value that indicates if an tab with the given title exists in the collection.
Namespace: DataPAEnterpriseDashboardAssembly: 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 |
Return Value
Type:
BooleanTrue if an tab with the given title exists in the collection.
Remarks
See Also