Share via


NSTableViewRowAction.FromStyle Method

Definition

[Foundation.Export("rowActionWithStyle:title:handler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AppKit.NSTableViewRowAction FromStyle(AppKit.NSTableViewRowActionStyle style, string title, Action<AppKit.NSTableViewRowAction,IntPtr> handler);
[<Foundation.Export("rowActionWithStyle:title:handler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromStyle : AppKit.NSTableViewRowActionStyle * string * Action<AppKit.NSTableViewRowAction, nativeint> -> AppKit.NSTableViewRowAction

Parameters

title
String

Returns

Attributes

Applies to