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





Checks whether the collection contains a DockWindow 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 DockWindow with the specified id; otherwise, false.

 See Also

DockWindowCollection Members
DockWindowCollection Class
MindFusion.UI.WebForms Namespace