UIResponder.AccessibilityCustomActions Property
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.
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