PrimitiveBaseCollectionIndexOf Method

Returns the index of the specified PrimitiveBase.

Definition

Namespace: BeeMobile.TransparentControls.Primitives
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
public int IndexOf(
	PrimitiveBase value
)

Parameters

value  PrimitiveBase
Reference to the PrimitiveBase object which index should be returned.

Return Value

Int32
An index of the specified PrimitiveBase.

See Also