UITextView.AllowTextAttachmentInteraction 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.
Gets or sets the delegate for determining whether the text view should interact with specific text attachments.
public UIKit.UITextViewDelegateShouldInteractTextDelegate AllowTextAttachmentInteraction { get; set; }
member this.AllowTextAttachmentInteraction : UIKit.UITextViewDelegateShouldInteractTextDelegate with get, set