KaxTabCollectionContains Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool Contains(
KaxTab tab
)
Public Function Contains (
tab As KaxTab
) As Boolean
public:
bool Contains(
KaxTab^ tab
)
member Contains :
tab : KaxTab -> bool
Parameters
- tab
- Type: Kettic.AspNet.ControlsKaxTab
The KaxTab object to find.
Return Value
Type:
Booleantrue if the current collection contains the specified
KaxTab object;
otherwise, false.
See Also