Spread Windows Forms 17
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.
    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