MonobjcMonobjc Documented Class Library
SetIsZoomed Method (flag)
NamespacesMonobjc.AppKitINSWindowScriptingSetIsZoomed(Boolean)

Sets the receiver’s zoomed state to the value specified by flag.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
void SetIsZoomed(
	bool flag
)
Sub SetIsZoomed ( _
	flag As Boolean _
)
void SetIsZoomed(
	bool flag
)
Parameters
flag (Boolean)
MISSING
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)