Share via


UIScrollViewAccessibilityDelegate.GetAccessibilityAttributedScrollStatus Method

Definition

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

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

Parameters

scrollView
UIScrollView

The scrollview for which to get the attributed status.

Returns

Implements

Attributes

Applies to