MindFusion.UI for WebForms Programmer's Guide

TabCollection.ContainsID Method

See Also
 





Checks whether the collection contains a TabPage with the specified id.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public bool ContainsID (
    string id
)

Visual Basic  Copy Code

Public Function ContainsID( _
    id As String _
) As Boolean

 Parameters

id

Type: String
The id.

 Return Value

Type: Boolean
true if the collection contains a TabPage with the specified id; otherwise, false.

 See Also