PopupMenu.DragToOpenListener 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.
Returns an OnTouchListener
that can be added to the anchor view
to implement drag-to-open behavior.
public virtual Android.Views.View.IOnTouchListener? DragToOpenListener { [Android.Runtime.Register("getDragToOpenListener", "()Landroid/view/View$OnTouchListener;", "GetGetDragToOpenListenerHandler")] get; }
[<get: Android.Runtime.Register("getDragToOpenListener", "()Landroid/view/View$OnTouchListener;", "GetGetDragToOpenListenerHandler")>]
member this.DragToOpenListener : Android.Views.View.IOnTouchListener
Property Value
a touch listener that controls drag-to-open behavior
- Attributes
Remarks
Java documentation for android.widget.PopupMenu.getDragToOpenListener()
.
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.