ComponentOne Xamarin.Android
SetImeActionLabel(String,ImeAction) Method


C1.Android.Core Assembly > C1.Android.Core Namespace > C1CheckBox Class > SetImeActionLabel Method : SetImeActionLabel(String,ImeAction) Method
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

Reference

C1CheckBox Class
C1CheckBox Members
Overload List