Draws the border of the button using the current bezel style.
Original signature is '- (void)drawBezelWithFrame:(NSRect)frame inView:(NSView *)controlView'
Available in Mac OS X v10.4 and later.

Declaration Syntax
public virtual void DrawBezelWithFrameInView(
NSRect frame,
NSView controlView
)
Public Overridable Sub DrawBezelWithFrameInView ( _
frame As NSRect, _
controlView As NSView _
)
public:
virtual void DrawBezelWithFrameInView(
NSRect frame,
NSView^ controlView
)

Parameters
- frame (NSRect)
- The bounding rectangle of the button.
- controlView (NSView)
- The control being drawn.

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)