MonobjcMonobjc Documented Class Library
ReflectScrolledClipView Method (aClipView)
NamespacesMonobjc.AppKitNSViewReflectScrolledClipView(NSClipView)

Notifies a clip view’s superview that either the clip view’s bounds rectangle or the document view’s frame rectangle has changed, and that any indicators of the scroll position need to be adjusted.

Original signature is '- (void)reflectScrolledClipView:(NSClipView *)aClipView'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ReflectScrolledClipView(
	NSClipView aClipView
)
Public Overridable Sub ReflectScrolledClipView ( _
	aClipView As NSClipView _
)
public:
virtual void ReflectScrolledClipView(
	NSClipView^ aClipView
)
Parameters
aClipView (NSClipView)
The NSClipView object whose superview is to be notified.
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)