Tests whether the collection contains a specific TabPage.

Namespace:  BeeMobile.ToolBar
Assembly:  BeeMobile.ToolBar.CF35 (in BeeMobile.ToolBar.CF35.dll) Version: 3.5.3.0

Syntax

C#
public bool Contains(
	TabPage value
)
Visual Basic (Declaration)
Public Function Contains ( _
	value As TabPage _
) As Boolean
Visual C++
public:
bool Contains(
	TabPage^ value
)

Parameters

value
Type: BeeMobile.ToolBar..::.TabPage
A TabPage object to test.

Return Value

True if TabPage is in the collection; False otherwise.

See Also