MonobjcMonobjc Documented Class Library
SetIsVisible Method (flag)
NamespacesMonobjc.AppKitINSWindowScriptingSetIsVisible(Boolean)

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

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

Available in Mac OS X v10.0 and later.

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