TextView.CustomInsertionActionModeCallback Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the value set in #setCustomInsertionActionModeCallback
. -or- If provided, this ActionMode.
public virtual Android.Views.ActionMode.ICallback? CustomInsertionActionModeCallback { [Android.Runtime.Register("getCustomInsertionActionModeCallback", "()Landroid/view/ActionMode$Callback;", "GetGetCustomInsertionActionModeCallbackHandler", ApiSince=23)] get; [Android.Runtime.Register("setCustomInsertionActionModeCallback", "(Landroid/view/ActionMode$Callback;)V", "GetSetCustomInsertionActionModeCallback_Landroid_view_ActionMode_Callback_Handler", ApiSince=23)] set; }
[<get: Android.Runtime.Register("getCustomInsertionActionModeCallback", "()Landroid/view/ActionMode$Callback;", "GetGetCustomInsertionActionModeCallbackHandler", ApiSince=23)>]
[<set: Android.Runtime.Register("setCustomInsertionActionModeCallback", "(Landroid/view/ActionMode$Callback;)V", "GetSetCustomInsertionActionModeCallback_Landroid_view_ActionMode_Callback_Handler", ApiSince=23)>]
member this.CustomInsertionActionModeCallback : Android.Views.ActionMode.ICallback with get, set
Property Value
The current custom insertion callback.
- Attributes
Remarks
Property getter documentation:
Java documentation for android.widget.TextView.getCustomInsertionActionModeCallback()
.
Property setter documentation:
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.