Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / ControlType Property


In This Topic
    ControlType Property (GeneralEditor)
    In This Topic
    Gets or sets whether the control is read-write, read-only, static, or allows values to be changed by pressing buttons.
    Syntax
    'Declaration
     
    
    Public Overridable Property ControlType As ControlType
    'Usage
     
    
    Dim instance As GeneralEditor
    Dim value As ControlType
     
    instance.ControlType = value
     
    value = instance.ControlType
    public virtual ControlType ControlType {get; set;}
    See Also