PrimitiveBaseCollectionItem(String) Property

Gets a PrimitiveBase object with specified Name

Definition

Namespace: BeeMobile.TransparentControls.Primitives
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
public PrimitiveBase this[
	string sName
] { get; }

Parameters

sName  String
The vaule of Name property to get.

Return Value

PrimitiveBase
A PrimitiveBase object with specified value of Name property.

Remarks

If a PrimitiveBase object with specified Name is not found, the property returns null.

Exceptions

ArgumentException Thrown if sName is null or empty string.

See Also