Share via


UIScrollViewAccessibilityDelegate.GetAccessibilityScrollStatus Method

Definition

Gets a string that represents the current relative progress through a document or collection of documents. (For example, "Volume 34 of 51.")

[Foundation.Export("accessibilityScrollStatusForScrollView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string? GetAccessibilityScrollStatus(UIKit.UIScrollView scrollView);
[<Foundation.Export("accessibilityScrollStatusForScrollView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetAccessibilityScrollStatus : UIKit.UIScrollView -> string
override this.GetAccessibilityScrollStatus : UIKit.UIScrollView -> string

Parameters

scrollView
UIScrollView

Returns

Implements

Attributes

Applies to