MonobjcMonobjc Documented Class Library
SetValidateSize Method (flag)
NamespacesMonobjc.AppKitNSMatrixSetValidateSize(Boolean)

Specifies whether the receiver's size information is validated.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetValidateSize(
	bool flag
)
Public Overridable Sub SetValidateSize ( _
	flag As Boolean _
)
public:
virtual void SetValidateSize(
	bool flag
)
Parameters
flag (Boolean)
YES to assume that the size information in the receiver is correct. If flag is NO, the NSControl method calcSize will be invoked before any further drawing is done.
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)