Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DesignerGcNumberCellSettings Class / CellTypeSettingControl Property


In This Topic
    CellTypeSettingControl Property (DesignerGcNumberCellSettings)
    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 DesignerGcNumberCellSettings
    Dim value As Control
     
    value = instance.CellTypeSettingControl
    public Control CellTypeSettingControl {get;}
    See Also