Indicates whether a particular PrimitiveBase is contained in the [!:IGraphicsElementCollection].
Namespace:
BeeMobile.TransparentControls.PrimitivesAssembly: 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 ) |
Parameters
- value
- Type: BeeMobile.TransparentControls.Primitives..::.PrimitiveBase
Reference to the PrimitiveBase object.