IUITextDragRequest
IUITextDragRequest
Interface
Definition
System-provided interface for getting information about a drag request that originated in a text view.
[Foundation.Protocol(Name="UITextDragRequest", WrapperType=typeof(UIKit.UITextDragRequestWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUITextDragRequest : IDisposable, ObjCRuntime.INativeObject
type IUITextDragRequest = interface
interface INativeObject
interface IDisposable
- Attributes
- Implements
Properties
DragRange DragRange |
Gets the range of the text that is being dragged. |
DragSession DragSession |
Gets the drag session. |
ExistingItems ExistingItems |
Gets the items that are currently in the drag session. |
Handle Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Selected Selected |
Gets a Boolean value that tells whether there is a selection that can be dragged. |
SuggestedItems SuggestedItems |
Gets the items that the system would supply if the developer does not provide a custom implementation. |
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...