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


In This Topic
    CharBoxes Property (GcCharMask)
    In This Topic
    Gets the char box collection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CharBoxes As CharBoxCollection
    'Usage
     
    
    Dim instance As GcCharMask
    Dim value As CharBoxCollection
     
    value = instance.CharBoxes
    public CharBoxCollection CharBoxes {get;}

    Property Value

    A CharBoxCollection indicates the collection saving the char box.
    Remarks
    The CharBoxes can be added or removed some char boxes. Includes InputBox,LiteralBox and SeparatorBox.
    See Also