Share via


NSTextField_NSTouchBar.GetAllowsCharacterPickerTouchBarItem Method

Definition

[Foundation.Export("allowsCharacterPickerTouchBarItem")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool GetAllowsCharacterPickerTouchBarItem(this AppKit.NSTextField This);
[<Foundation.Export("allowsCharacterPickerTouchBarItem")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetAllowsCharacterPickerTouchBarItem : AppKit.NSTextField -> bool

Parameters

This
NSTextField

The instance on which this method operates.

Returns

Attributes

Applies to