MaskPartCollectionInsert Method |
Inserts the specified
MaskPart in
the collection at the specified index location.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void Insert(
int index,
MaskPart part
)
Public Sub Insert (
index As Integer,
part As MaskPart
)
public:
void Insert(
int index,
MaskPart^ part
)
member Insert :
index : int *
part : MaskPart -> unit
Parameters
- index
- Type: SystemInt32
The location in the collection to insert the
MaskPart.
- part
- Type: Kettic.AspNet.ControlsMaskPart
The MaskPart to add to the
collection.
See Also