Share via


NSTextField.CreateTextField(String) Method

Definition

[Foundation.Export("textFieldWithString:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AppKit.NSTextField CreateTextField(string? stringValue);
[<Foundation.Export("textFieldWithString:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateTextField : string -> AppKit.NSTextField

Parameters

stringValue
String

Returns

Attributes

Applies to