UITextView.GetEditMenu(UITextRange, UIMenuElement[]) Method
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.
[Foundation.Export("editMenuForTextRange:suggestedActions:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIMenu? GetEditMenu(UIKit.UITextRange textRange, UIKit.UIMenuElement[] suggestedActions);
[<Foundation.Export("editMenuForTextRange:suggestedActions:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetEditMenu : UIKit.UITextRange * UIKit.UIMenuElement[] -> UIKit.UIMenu
override this.GetEditMenu : UIKit.UITextRange * UIKit.UIMenuElement[] -> UIKit.UIMenu
Parameters
- textRange
- UITextRange
- suggestedActions
- UIMenuElement[]
Returns
Implements
- Attributes