Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcCharMask Class
Members


In This Topic
    GcCharMask Class
    In This Topic
    Represents a GcCharMask control.
    Syntax
    'Declaration
     
    
    Public Class GcCharMask 
       Inherits EditBase
    'Usage
     
    
    Dim instance As GcCharMask
    public class GcCharMask : EditBase 
    Remarks

    The GcCharMask control allows you to design a functional text input interface quickly and efficiently.

    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                         GrapeCity.Win.Spread.InputMan.CellType.EditBase
                            GrapeCity.Win.Spread.InputMan.CellType.GcCharMask
                               GrapeCity.Win.Spread.InputMan.CellType.GcCharMaskEditingControl

    See Also