UIScrollViewAccessibilityDelegate.GetAccessibilityScrollStatus 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.
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