Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / MaskField Class
Members


MaskField Class
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
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