Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / SetLinkTextColor Method / SetLinkTextColor(ColorStateList) Method


In This Topic
    SetLinkTextColor(ColorStateList) Method
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("setLinkTextColor", 
       "(Landroid/content/res/ColorStateList;)V", 
       "")>
    Public Overloads Sub SetLinkTextColor( _
       ByVal colors As Android.Content.Res.ColorStateList _
    ) 
    'Usage
     
    
    Dim instance As C1TextBox
    Dim colors As Android.Content.Res.ColorStateList
     
    instance.SetLinkTextColor(colors)
    [Android.Runtime.Register("setLinkTextColor", 
       "(Landroid/content/res/ColorStateList;)V", 
       "")]
    public void SetLinkTextColor( 
       Android.Content.Res.ColorStateList colors
    )

    Parameters

    colors
    See Also