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


In This Topic
SetSingleLine(Boolean) Method
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setSingleLine", 
   "(Z)V", 
   "GetSetSingleLine_ZHandler")>
Public Overloads Overridable Sub SetSingleLine( _
   ByVal singleLine As Boolean _
) 
 
'Usage
 
Dim instance As C1ClearableEditText
Dim singleLine As Boolean
 
instance.SetSingleLine(singleLine)

Parameters

singleLine
See Also