Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / SetScroller Method


In This Topic
    SetScroller Method (C1TextBox)
    In This Topic
    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 C1TextBox
    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