Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1CheckBox Class / SetImeActionLabel Method / SetImeActionLabel(String,ImeAction) Method


In This Topic
    SetImeActionLabel(String,ImeAction) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetImeActionLabel( _
       ByVal label As String, _
       ByVal actionId As Android.Views.InputMethods.ImeAction _
    ) 
    'Usage
     
    
    Dim instance As C1CheckBox
    Dim label As String
    Dim actionId As Android.Views.InputMethods.ImeAction
     
    instance.SetImeActionLabel(label, actionId)
    public void SetImeActionLabel( 
       string label,
       Android.Views.InputMethods.ImeAction actionId
    )

    Parameters

    label
    actionId
    See Also