Share via


PdfView.SelectAll(NSObject) Method

Definition

Selects all the text.

[Foundation.Export("selectAll:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SelectAll(Foundation.NSObject? sender);
[<Foundation.Export("selectAll:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
override this.SelectAll : Foundation.NSObject -> unit
[<Foundation.Export("selectAll:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SelectAll : Foundation.NSObject -> unit
override this.SelectAll : Foundation.NSObject -> unit

Parameters

sender
NSObject

The object that requested the operation.

This parameter can be null.

Attributes

Applies to