C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / FlexViewer Class / FocusableInTouchMode Property


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