Spread Windows Forms 15.0
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
    public int CustomMaskIndex {get;}
    See Also