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


In This Topic
    MaskField Class
    In This Topic
    Represents MaskField class to define fields for the GrapeCity.Win.Spread.InputMan.CellType.GcMask control. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
    Syntax
    'Declaration
     
    
    Public MustInherit Class MaskField 
       Inherits Field
       Implements GrapeCity.Win.Spread.InputMan.CellType.INamedObject 
    'Usage
     
    
    Dim instance As MaskField
    public abstract class MaskField : Field, GrapeCity.Win.Spread.InputMan.CellType.INamedObject  
    Remarks
    It is a base class for all Fields of the GrapeCity.Win.Spread.InputMan.CellType.GcMask Control.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Win.Spread.InputMan.CellType.Fields.Field
          GrapeCity.Win.Spread.InputMan.CellType.Fields.MaskField

    See Also