ASP.NET Pack Programmer's Guide
WindowCollection.ContainsID Method
See Also
 





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

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 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 Window with the specified id; otherwise, false.

 See Also

WindowCollection Members
WindowCollection Class
MindFusion.UI.WebForms Namespace