MonobjcMonobjc Documented Class Library
NSBezelStyle Enumeration
NamespacesMonobjc.AppKitNSBezelStyle

Define the bezel styles used by bezelStyle and setBezelStyle:.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSBezelStyle
Public Enumeration NSBezelStyle
public enum class NSBezelStyle
Members
MemberDescription
NSRoundedBezelStyle

A rounded rectangle button, designed for text.

Available in Mac OS X v10.0 and later.


NSRegularSquareBezelStyle

A rectangular button with a 2 point border, designed for icons.

Available in Mac OS X v10.0 and later.


NSThickSquareBezelStyle

A rectangular button with a 3 point border, designed for icons.

Available in Mac OS X v10.0 and later.


NSThickerSquareBezelStyle

A rectangular button with a 4 point border, designed for icons.

Available in Mac OS X v10.0 and later.


NSDisclosureBezelStyle

A bezel style for use with a disclosure triangle.

To create the disclosure triangle, set the button bezel style to NSDisclosureBezelStyle and the button type to NSOnOffButton.

Available in Mac OS X v10.3 and later.


NSShadowlessSquareBezelStyle

Similar to NSRegularSquareBezelStyle, but has no shadow so you can abut the cells without overlapping shadows.

This style would be used in a tool palette, for example.

Available in Mac OS X v10.0 and later.


NSCircularBezelStyle

A round button with room for a small icon or a single character.

This style has both regular and small variants, but the large variant is available only in gray at this time.

Available in Mac OS X v10.0 and later.


NSTexturedSquareBezelStyle

A bezel style appropriate for use with textured (metal) windows.

Available in Mac OS X v10.3 and later.


NSHelpButtonBezelStyle

A round button with a question mark providing the standard help button look.

Available in Mac OS X v10.3 and later.


NSSmallSquareBezelStyle

A simple square bezel style. Buttons using this style can be scaled to any size.

Available in Mac OS X v10.4 and later.


NSTexturedRoundedBezelStyle

A textured (metal) bezel style similar in appearance to the Finder’s action (gear) button.

The height of this button is fixed.

Available in Mac OS X v10.4 and later.


NSRoundRectBezelStyle

A bezel style that matches the search buttons in Finder and Mail.

Available in Mac OS X v10.4 and later.


NSRecessedBezelStyle

A bezel style that matches the recessed buttons in Mail, Finder and Safari.

Available in Mac OS X v10.4 and later.


NSRoundedDisclosureBezelStyle

A bezel style that matches the disclosure style used in the standard Save panel.

Available in Mac OS X v10.4 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)