TextView.CustomSelectionActionModeCallback Property

Definition

Retrieves the value set in #setCustomSelectionActionModeCallback. -or- If provided, this ActionMode.

public virtual Android.Views.ActionMode.ICallback? CustomSelectionActionModeCallback { [Android.Runtime.Register("getCustomSelectionActionModeCallback", "()Landroid/view/ActionMode$Callback;", "GetGetCustomSelectionActionModeCallbackHandler")] get; [Android.Runtime.Register("setCustomSelectionActionModeCallback", "(Landroid/view/ActionMode$Callback;)V", "GetSetCustomSelectionActionModeCallback_Landroid_view_ActionMode_Callback_Handler")] set; }
[<get: Android.Runtime.Register("getCustomSelectionActionModeCallback", "()Landroid/view/ActionMode$Callback;", "GetGetCustomSelectionActionModeCallbackHandler")>]
[<set: Android.Runtime.Register("setCustomSelectionActionModeCallback", "(Landroid/view/ActionMode$Callback;)V", "GetSetCustomSelectionActionModeCallback_Landroid_view_ActionMode_Callback_Handler")>]
member this.CustomSelectionActionModeCallback : Android.Views.ActionMode.ICallback with get, set

Property Value

The current custom selection callback.

Attributes

Remarks

Property getter documentation:

Java documentation for android.widget.TextView.getCustomSelectionActionModeCallback().

Property setter documentation:

Java documentation for android.widget.TextView.setCustomSelectionActionModeCallback(android.view.Callback).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to