MonobjcMonobjc Documented Class Library
NSTextFieldBezelStyle Enumeration
NamespacesMonobjc.AppKitNSTextFieldBezelStyle

Specify the bezel style of the text field cell.

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSTextFieldBezelStyle
Public Enumeration NSTextFieldBezelStyle
public enum class NSTextFieldBezelStyle
Members
MemberDescription
NSTextFieldSquareBezel

Corners are square.

Available in Mac OS X v10.2 and later.


NSTextFieldRoundedBezel

Corners are rounded.

Available in Mac OS X v10.2 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)