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


In This Topic
    ControlType Property (SuperEditBase)
    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 SuperEditBase
    Dim value As ControlType
     
    instance.ControlType = value
     
    value = instance.ControlType
    public virtual ControlType ControlType {get; set;}
    See Also