C1.Android.Core Assembly / C1.Android.Core Namespace / C1ClearableEditText Class / SetSingleLine Method / SetSingleLine() Method


In This Topic
SetSingleLine() Method
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setSingleLine", 
   "()V", 
   "GetSetSingleLineHandler")>
Public Overloads Overridable Sub SetSingleLine() 
 
'Usage
 
Dim instance As C1ClearableEditText
 
instance.SetSingleLine()
See Also