MonobjcMonobjc Documented Class Library
SetBordered Method (flag)
NamespacesMonobjc.AppKitNSFormSetBordered(Boolean)

Sets whether the receiver's entries should display a border around their editable text fields.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetBordered(
	bool flag
)
Public Overridable Sub SetBordered ( _
	flag As Boolean _
)
public:
virtual void SetBordered(
	bool flag
)
Parameters
flag (Boolean)
YES to display a border around all entries; otherwise, NO to show no border around all entries.
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)