Sets the position of the divider at the specified index.
Original signature is '- (void)setPosition:(CGFloat)position ofDividerAtIndex:(NSInteger)dividerIndex'
Available in Mac OS X v10.5 and later.

Declaration Syntax
public virtual void SetPositionOfDividerAtIndex(
CGFloat position,
NSInteger dividerIndex
)
Public Overridable Sub SetPositionOfDividerAtIndex ( _
position As CGFloat, _
dividerIndex As NSInteger _
)
public:
virtual void SetPositionOfDividerAtIndex(
CGFloat position,
NSInteger dividerIndex
)

Parameters
- position (CGFloat)
- The position of the divider
- dividerIndex (NSInteger)
- The index of the divider.

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)