Objective Grid for Microsoft® .NET® Reference Guide

TabItemsCollection.Contains Method 

Back to Class Index

Gets a value indicating whether the TabItemsCollection contains the specified TabItem.

[Visual Basic]
Public Function Contains( _
   ByVal tab As TabItem _
) As Boolean
[C#]
public bool Contains(
   TabItem tab
);

Parameters

tab
The desired TabItem.

Return Value

See Also

TabItemsCollection Class | TabItemsCollection Members | Stingray.Grid Namespace