ComponentOne Xamarin.Android
SetScroller Method (C1CheckBox)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1CheckBox Class : SetScroller Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setScroller", 
   "(Landroid/widget/Scroller;)V", 
   "GetSetScroller_Landroid_widget_Scroller_Handler")>
Public Overridable Sub SetScroller( _
   ByVal s As Android.Widget.Scroller _
) 
'Usage
 
Dim instance As C1CheckBox
Dim s As Android.Widget.Scroller
 
instance.SetScroller(s)
[Android.Runtime.Register("setScroller", 
   "(Landroid/widget/Scroller;)V", 
   "GetSetScroller_Landroid_widget_Scroller_Handler")]
public virtual void SetScroller( 
   Android.Widget.Scroller s
)

Parameters

s
See Also

Reference

C1CheckBox Class
C1CheckBox Members