Share via


NSMatrixDelegate.DoCommandBySelector(NSControl, NSTextView, Selector) Method

Definition

[Foundation.Export("control:textView:doCommandBySelector:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool DoCommandBySelector(AppKit.NSControl control, AppKit.NSTextView textView, ObjCRuntime.Selector commandSelector);
[<Foundation.Export("control:textView:doCommandBySelector:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DoCommandBySelector : AppKit.NSControl * AppKit.NSTextView * ObjCRuntime.Selector -> bool
override this.DoCommandBySelector : AppKit.NSControl * AppKit.NSTextView * ObjCRuntime.Selector -> bool

Parameters

control
NSControl
textView
NSTextView
commandSelector
Selector

Returns

Implements

Attributes

Applies to