SLComposeServiceViewController.ShouldChangeTypingAttributes Method

Definition

[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

Applies to