MaskPartCollectionIndexOf Method |
Determines the index value that represents the position of the specified
MaskPart 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 int IndexOf(
MaskPart part
)
Public Function IndexOf (
part As MaskPart
) As Integer
public:
int IndexOf(
MaskPart^ part
)
member IndexOf :
part : MaskPart -> int
Parameters
- part
- Type: Kettic.AspNet.ControlsMaskPart
A MaskPart to search for in the
collection.
Return Value
Type:
Int32
The zero-based index position of the specified
MaskPart in the collection.
See Also