UIResponder.AccessibilityCustomActions Property

Definition

Allows methods to be added to AccessibilityCustomActions as accessibility-supporting supplementary actions.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIAccessibilityCustomAction[] AccessibilityCustomActions { [Foundation.Export("accessibilityCustomActions")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setAccessibilityCustomActions:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.AccessibilityCustomActions : UIKit.UIAccessibilityCustomAction[] with get, set

Property Value

Attributes

Applies to