C1.Android.Core Assembly / C1.Android.Core Namespace / C1CheckBox Class / SaveEnabled Property


In This Topic
SaveEnabled Property (C1CheckBox)
In This Topic
Syntax
'Declaration
 
Public Overridable Property SaveEnabled As Boolean
 
'Usage
 
Dim instance As C1CheckBox
Dim value As Boolean
 
instance.SaveEnabled = value
 
value = instance.SaveEnabled
See Also