Share via


NSTextField_NSTouchBar.SetAllowsCharacterPickerTouchBarItem Method

Definition

[Foundation.Export("setAllowsCharacterPickerTouchBarItem:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void SetAllowsCharacterPickerTouchBarItem(this AppKit.NSTextField This, bool allows);
[<Foundation.Export("setAllowsCharacterPickerTouchBarItem:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SetAllowsCharacterPickerTouchBarItem : AppKit.NSTextField * bool -> unit

Parameters

This
NSTextField

The instance on which this method operates.

allows
Boolean
Attributes

Applies to