Share via


NSView.AccessibilityCustomActions Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSAccessibilityCustomAction[]? AccessibilityCustomActions { [Foundation.Export("accessibilityCustomActions", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setAccessibilityCustomActions:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("accessibilityCustomActions", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setAccessibilityCustomActions:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.AccessibilityCustomActions : AppKit.NSAccessibilityCustomAction[] with get, set

Property Value

Implements

Attributes

Applies to