Syntax
'Declaration
<Android.Runtime.RegisterAttribute("setBackgroundResource",
"(I)V",
"GetSetBackgroundResource_IHandler")>
Public Overridable Sub SetBackgroundResource( _
ByVal As Integer _
)
'Usage
Dim instance As GridBase
Dim resid As Integer
instance.SetBackgroundResource(resid)
[Android.Runtime.Register("setBackgroundResource",
"(I)V",
"GetSetBackgroundResource_IHandler")]
public virtual void SetBackgroundResource(
int
)
Parameters
- resid
See Also