Table of Contents

Class AppKit.NSTextField

Namespace
Xui.Runtime.MacOS
Assembly
Xui.Runtime.MacOS.dll
public class AppKit.NSTextField : AppKit.NSControl, IDisposable
Inheritance
AppKit.NSTextField
Implements
Inherited Members

Constructors

NSTextField()

public NSTextField()

NSTextField(nint)

public NSTextField(nint id)

Parameters

id nint

Fields

Class

public static readonly ObjC.Class Class

Field Value

ObjC.Class

DrawsBackgroundSel

public static readonly ObjC.Sel DrawsBackgroundSel

Field Value

ObjC.Sel

IsBezeledSel

public static readonly ObjC.Sel IsBezeledSel

Field Value

ObjC.Sel

IsEditableSel

public static readonly ObjC.Sel IsEditableSel

Field Value

ObjC.Sel

SetDrawsBackgroundSel

public static readonly ObjC.Sel SetDrawsBackgroundSel

Field Value

ObjC.Sel

SetIsBezeledSel

public static readonly ObjC.Sel SetIsBezeledSel

Field Value

ObjC.Sel

SetIsEditableSel

public static readonly ObjC.Sel SetIsEditableSel

Field Value

ObjC.Sel

SetStringValueSel

public static readonly ObjC.Sel SetStringValueSel

Field Value

ObjC.Sel

SetTextColorSel

public static readonly ObjC.Sel SetTextColorSel

Field Value

ObjC.Sel

StringValueSel

public static readonly ObjC.Sel StringValueSel

Field Value

ObjC.Sel

TextColorSel

public static readonly ObjC.Sel TextColorSel

Field Value

ObjC.Sel

Properties

DrawsBackground

public bool DrawsBackground { get; set; }

Property Value

bool

IsBezeled

public bool IsBezeled { get; set; }

Property Value

bool

IsEditable

public bool IsEditable { get; set; }

Property Value

bool

StringValue

public string? StringValue { get; set; }

Property Value

string

TextColor

public AppKit.NSColorRef TextColor { get; set; }

Property Value

AppKit.NSColorRef

Methods

Autorelease()

public override AppKit.NSTextField Autorelease()

Returns

AppKit.NSTextField