MaskPartCollectionItem Property |
Gets a
MaskPart at the specified
index in the collection.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic MaskPart this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As MaskPart
Get
public:
property MaskPart^ default[int index] {
MaskPart^ get (int index);
}
member Item : MaskPart with get
Parameters
- index
- Type: SystemInt32
The zero-based index of the MaskPart
to retrieve from the collection.
Property Value
Type:
MaskPart
Use this indexer to get a
MaskPart
from the
MaskPartCollection at the
specified index, using array notation.
See Also