Share via


PdfView.ScrollSelectionToVisible(NSObject) Method

Definition

Scrolls the current selection into view.

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

Parameters

sender
NSObject

The object that requested the operation.

Attributes

Applies to