Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / MaskFieldInfo Class
Members


In This Topic
    MaskFieldInfo Class
    In This Topic
    Represents the MaskFieldInfo class used to define base input fields for the GrapeCity.Win.Spread.InputMan.CellType.GcMaskCellType. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
    Syntax
    'Declaration
     
    
    Public MustInherit Class MaskFieldInfo 
       Inherits FieldInfo
       Implements FarPoint.Win.ISerializeSupport, GrapeCity.Win.Spread.InputMan.CellType.INamedObject 
    'Usage
     
    
    Dim instance As MaskFieldInfo
    Remarks
    This class represents the base class for field types that can be accepted by the GrapeCity.Win.Spread.InputMan.CellType.GcMaskCellType.
    Inheritance Hierarchy
    See Also