Click or drag to resize
KaxToolBarButtonCollectionContains Method
Determines whether the specified KaxToolBarButton object is in the current KaxToolBarButtonCollection.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public bool Contains(
	KaxToolBarButton button
)

Parameters

button
Type: Kettic.AspNet.ControlsKaxToolBarButton
The KaxToolBarButton object to find.

Return Value

Type: Boolean
true if the current collection contains the specified KaxToolBarButton object; otherwise, false.
See Also