C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1BulletGraph Class / FocusableInTouchMode Property


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