Specify the bezel style of the text field cell.
Available in Mac OS X v10.2 and later.

C# | Visual Basic | Visual C++ |
public enum NSTextFieldBezelStyle
Public Enumeration NSTextFieldBezelStyle
public enum class NSTextFieldBezelStyle

Member | Description |
---|---|
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. |

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