MonobjcMonobjc Documented Class Library
IsSubviewCollapsed Method (subview)
NamespacesMonobjc.AppKitNSSplitViewIsSubviewCollapsed(NSView)

Returns whether the specified view is collapsed.

Original signature is '- (BOOL)isSubviewCollapsed:(NSView *)subview'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool IsSubviewCollapsed(
	NSView subview
)
Public Overridable Function IsSubviewCollapsed ( _
	subview As NSView _
) As Boolean
public:
virtual bool IsSubviewCollapsed(
	NSView^ subview
)
Parameters
subview (NSView)
The subview in the splitview.
Return Value
YES if subview is in a collapsed state, NO otherwise.
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)