C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1LinearGauge Class / OnCheckIsTextEditor Method


In This Topic
OnCheckIsTextEditor Method (C1LinearGauge)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("onCheckIsTextEditor", 
   "()Z", 
   "GetOnCheckIsTextEditorHandler", 
   ApiSince=3)>
Public Overridable Function OnCheckIsTextEditor() As Boolean
 
'Usage
 
Dim instance As C1LinearGauge
Dim value As Boolean
 
value = instance.OnCheckIsTextEditor()
See Also