Indicates whether a particular PrimitiveBase is contained in the [!:IGraphicsElementCollection].

Namespace:  BeeMobile.TransparentControls.Primitives
Assembly:  BeeMobile.TPanels.NET35 (in BeeMobile.TPanels.NET35.dll) Version: 3.5.8.5

Syntax

C#
public bool Contains(
	PrimitiveBase value
)
Visual Basic (Declaration)
Public Function Contains ( _
	value As PrimitiveBase _
) As Boolean
Visual C++
public:
bool Contains(
	PrimitiveBase^ value
)

Return Value

True, if the referenced PrimitiveBase is contained in the collection; false otherwise.

See Also