MonobjcMonobjc Documented Class Library
MaxPossiblePositionOfDividerAtIndex Method (dividerIndex)
NamespacesMonobjc.AppKitNSSplitViewMaxPossiblePositionOfDividerAtIndex(NSInteger)

Returns the maximum possible position of the divider at the specified index.

Original signature is '- (CGFloat)maxPossiblePositionOfDividerAtIndex:(NSInteger)dividerIndex'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual CGFloat MaxPossiblePositionOfDividerAtIndex(
	NSInteger dividerIndex
)
Public Overridable Function MaxPossiblePositionOfDividerAtIndex ( _
	dividerIndex As NSInteger _
) As CGFloat
public:
virtual CGFloat MaxPossiblePositionOfDividerAtIndex(
	NSInteger dividerIndex
)
Parameters
dividerIndex (NSInteger)
The index of the divider.
Return Value
A CGFloat specifying the maximum possible position 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)