Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / Length Method


In This Topic
    Length Method (C1TextBox)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("length", 
       "()I", 
       "GetLengthHandler")>
    Public Overridable Function Length() As Integer
    'Usage
     
    
    Dim instance As C1TextBox
    Dim value As Integer
     
    value = instance.Length()
    [Android.Runtime.Register("length", 
       "()I", 
       "GetLengthHandler")]
    public virtual int Length()
    See Also