TabPageCollectionContains Method

Tests whether the collection contains a specific TabPage.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public bool Contains(
	TabPage value
)

Parameters

value  TabPage
A TabPage object to test.

Return Value

Boolean
True if TabPage is in the collection; False otherwise.

See Also