Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DesignerGcCharMaskCellSettings Class / CellTypeSettingControl Property


In This Topic
    CellTypeSettingControl Property (DesignerGcCharMaskCellSettings)
    In This Topic
    Gets the cell type setting control.Innernal used by the designer.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CellTypeSettingControl As Control
    'Usage
     
    
    Dim instance As DesignerGcCharMaskCellSettings
    Dim value As Control
     
    value = instance.CellTypeSettingControl
    public Control CellTypeSettingControl {get;}
    See Also