MonobjcMonobjc Documented Class Library
SetEntryWidth Method (width)
NamespacesMonobjc.AppKitNSFormSetEntryWidth(CGFloat)

Sets the width of all the entries in the receiver.

Original signature is '- (void)setEntryWidth:(CGFloat)width'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetEntryWidth(
	CGFloat width
)
Public Overridable Sub SetEntryWidth ( _
	width As CGFloat _
)
public:
virtual void SetEntryWidth(
	CGFloat width
)
Parameters
width (CGFloat)
The width of all entries, measured in points in the user coordinate space. This value represents the width of both the title and the text field.
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)