Compartir a través de


NSTextField.CreateLabel Método

Definición

Sobrecargas

CreateLabel(NSAttributedString)
CreateLabel(String)

CreateLabel(NSAttributedString)

[Foundation.Export("labelWithAttributedString:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public static AppKit.NSTextField CreateLabel (Foundation.NSAttributedString attributedStringValue);
static member CreateLabel : Foundation.NSAttributedString -> AppKit.NSTextField

Parámetros

attributedStringValue
NSAttributedString

Devoluciones

Atributos

Se aplica a

CreateLabel(String)

[Foundation.Export("labelWithString:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public static AppKit.NSTextField CreateLabel (string stringValue);
static member CreateLabel : string -> AppKit.NSTextField

Parámetros

stringValue
String

Devoluciones

Atributos

Se aplica a