C1.Android.Input Assembly / C1.Android.Input Namespace / C1TexBoxBackgroundDrawable Class / SetColor Method / SetColor(Int32) Method


In This Topic
SetColor(Int32) Method
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setColor", 
   "(I)V", 
   "GetSetColor_IHandler")>
Public Overloads Overridable Sub SetColor( _
   ByVal argb As Integer _
) 
 
'Usage
 
Dim instance As C1TexBoxBackgroundDrawable
Dim argb As Integer
 
instance.SetColor(argb)

Parameters

argb
See Also