MonobjcMonobjc Documented Class Library
InitWithScrollViewOrientation Method (aScrollView, orientation)
NamespacesMonobjc.AppKitNSRulerViewInitWithScrollViewOrientation(NSScrollView, NSRulerOrientation)

Initializes a newly allocated NSRulerView to have orientation (NSHorizontalRuler or NSVerticalRuler) within aScrollView.

Original signature is '- (id)initWithScrollView:(NSScrollView *)aScrollView orientation:(NSRulerOrientation)orientation'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithScrollViewOrientation(
	NSScrollView aScrollView,
	NSRulerOrientation orientation
)
Public Overridable Function InitWithScrollViewOrientation ( _
	aScrollView As NSScrollView, _
	orientation As NSRulerOrientation _
) As Id
public:
virtual Id^ InitWithScrollViewOrientation(
	NSScrollView^ aScrollView, 
	NSRulerOrientation orientation
)
Parameters
aScrollView (NSScrollView)
MISSING
orientation (NSRulerOrientation)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSRulerView.InitWithScrollViewOrientation(Monobjc.AppKit.NSScrollView,Monobjc.AppKit.NSRulerOrientation)"]

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)