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


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