Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcCharMaskCellType Class / CharBoxes Property


In This Topic
CharBoxes Property (GcCharMaskCellType)
In This Topic
Gets the character box collection.
Syntax
'Declaration
 
Public Property CharBoxes As CharBoxInfoCollection
 
'Usage
 
Dim instance As GcCharMaskCellType
Dim value As CharBoxInfoCollection
 
instance.CharBoxes = value
 
value = instance.CharBoxes

Property Value

A CharBoxCollection that indicates the collection when saving the character box.
Remarks
The CharBoxes can be added or removed. The types include InputBox,LiteralBox, and SeparatorBox.
See Also