[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcCharMaskCellType.GetDefaultCharMaskBoxes

GetDefaultCharMaskBoxes Method

GetDefaultCharMaskBoxes()

Gets the default display fields.

Declaration
protected virtual CharBoxInfo[] GetDefaultCharMaskBoxes()
Protected Overridable Function GetDefaultCharMaskBoxes() As CharBoxInfo()
Returns
Type Description
CharBoxInfo[]

A MaskFieldInfo array that contains all default fields for display purposes.

Remarks

The GetDefaultMaskFields method allows derived classes to customize default display fields when the cell is created. If null is returned, no display field is added to the cell.