NSMatrixDelegate.DoCommandBySelector(NSControl, NSTextView, Selector) Method
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.
[Foundation.Export("control:textView:doCommandBySelector:")]
public virtual bool DoCommandBySelector (AppKit.NSControl control, AppKit.NSTextView textView, ObjCRuntime.Selector commandSelector);
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
- Attributes