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


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