Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / CustomMaskEventArgs Class / CustomMaskIndex Property


In This Topic
CustomMaskIndex Property
In This Topic
Gets the index of the custom mask.
Syntax
'Declaration
 
Public ReadOnly Property CustomMaskIndex As Integer
 
'Usage
 
Dim instance As CustomMaskEventArgs
Dim value As Integer
 
value = instance.CustomMaskIndex
See Also