NSTextViewDelegate.ShouldChangeTypingAttributes 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("textView:shouldChangeTypingAttributes:toAttributes:")]
public virtual Foundation.NSDictionary ShouldChangeTypingAttributes (AppKit.NSTextView textView, Foundation.NSDictionary oldTypingAttributes, Foundation.NSDictionary newTypingAttributes);
abstract member ShouldChangeTypingAttributes : AppKit.NSTextView * Foundation.NSDictionary * Foundation.NSDictionary -> Foundation.NSDictionary
override this.ShouldChangeTypingAttributes : AppKit.NSTextView * Foundation.NSDictionary * Foundation.NSDictionary -> Foundation.NSDictionary
Parameters
- textView
- NSTextView
- oldTypingAttributes
- NSDictionary
- newTypingAttributes
- NSDictionary
Returns
- Attributes