MonobjcMonobjc Documented Class Library
MinPossiblePositionOfDividerAtIndex Method (dividerIndex)
NamespacesMonobjc.AppKitNSSplitViewMinPossiblePositionOfDividerAtIndex(NSInteger)

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

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

Available in Mac OS X v10.5 and later.

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