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.

C# | Visual Basic | Visual C++ |
public virtual void ReflectScrolledClipView( NSClipView aClipView )
Public Overridable Sub ReflectScrolledClipView ( _ aClipView As NSClipView _ )
public: virtual void ReflectScrolledClipView( NSClipView^ aClipView )

- aClipView (NSClipView)
- The NSClipView object whose superview is to be notified.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)