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
Return Value
Type: Boolean true if the collection contains a TabPage with the specified id; otherwise, false.
See Also
|