MonobjcMonobjc Documented Class Library
InteriorBackgroundStyleForSegment Method (segment)
NamespacesMonobjc.AppKitNSSegmentedCellInteriorBackgroundStyleForSegment(NSInteger)

Returns the interior background style for the specified segment.

Original signature is '- (NSBackgroundStyle)interiorBackgroundStyleForSegment:(NSInteger)segment'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSBackgroundStyle InteriorBackgroundStyleForSegment(
	NSInteger segment
)
Public Overridable Function InteriorBackgroundStyleForSegment ( _
	segment As NSInteger _
) As NSBackgroundStyle
public:
virtual NSBackgroundStyle InteriorBackgroundStyleForSegment(
	NSInteger segment
)
Parameters
segment (NSInteger)
The index of the segment whose background style you want to get. This method raises an NSRangeException if the index is out of bounds..
Return Value
The background style to use for specified segment See Background Styles in NSCell for possible values.
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)