TabPageCollectionContains Method
Tests whether the collection contains a specific
TabPage.
Namespace: BeeMobile.ToolBarAssembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
public bool Contains(
TabPage value
)
Public Function Contains (
value As TabPage
) As Boolean
- value TabPage
- A TabPage object to test.
BooleanTrue if
TabPage is in the collection;
False otherwise.