Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / OnCheckIsTextEditor Method


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