PrimitiveBaseCollectionItem(String) Property
Namespace: BeeMobile.TransparentControls.PrimitivesAssembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
public PrimitiveBase this[
string sName
] { get; }
Public ReadOnly Default Property Item (
sName As String
) As PrimitiveBase
Get
- sName String
- The vaule of Name property to get.
PrimitiveBaseA
PrimitiveBase object with specified value of
Name property.
If a
PrimitiveBase object with specified Name is not found, the property returns
null.