MonobjcMonobjc Documented Class Library
SetBezeled Method (flag)
NamespacesMonobjc.AppKitNSActionCellSetBezeled(Boolean)

Sets whether the receiver draws itself with a bezeled border. (Available in Mac OS X v10.0 through Mac OS X v10.5.)

Original signature is '- (void)setBezeled:(BOOL)flag'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetBezeled(
	bool flag
)
Public Overridable Sub SetBezeled ( _
	flag As Boolean _
)
public:
virtual void SetBezeled(
	bool flag
)
Parameters
flag (Boolean)
YES if the cell is to be drawn with a bezeled border, NO otherwise.
Version Information
  • Available in Monobjc Bridge: 10.5 (For Mac OS X 10.5 and later)

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