Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / ControlType Property


In This Topic
ControlType Property
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
See Also