MonoMac.AppKit.NSSegmentedCell Members

The members of MonoMac.AppKit.NSSegmentedCell are listed below.

See Also: Inherited members from MonoMac.AppKit.NSActionCell

Public Constructors

Default constructor, initializes a new instance of this class.
Documentation for this section has not yet been entered.
A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.
Documentation for this section has not yet been entered.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
SegmentCountint. Documentation for this section has not yet been entered.
SegmentStyleNSSegmentStyle. Documentation for this section has not yet been entered.
SelectedSegmentint. Documentation for this section has not yet been entered.
TrackingModeNSSegmentSwitchTracking. Documentation for this section has not yet been entered.

Public Methods

DrawSegment(int, System.Drawing.RectangleF, NSView)
Documentation for this section has not yet been entered.
GetImageForSegment(int) : NSImage
Documentation for this section has not yet been entered.
GetImageScaling(int) : NSImageScaling
Documentation for this section has not yet been entered.
GetLabel(int) : string
Documentation for this section has not yet been entered.
GetMenu(int) : NSMenu
Documentation for this section has not yet been entered.
GetTag(int) : int
Documentation for this section has not yet been entered.
GetToolTip(int) : string
Documentation for this section has not yet been entered.
GetWidth(int) : float
Documentation for this section has not yet been entered.
InsertSegmentAfterSelection()
Documentation for this section has not yet been entered.
InsertSegmentBeforeSelection()
Documentation for this section has not yet been entered.
IsEnabled(int) : bool
Documentation for this section has not yet been entered.
IsSelected(int) : bool
Documentation for this section has not yet been entered.
SelectSegment(int) : bool
Documentation for this section has not yet been entered.
SetEnabled(bool, int)
Documentation for this section has not yet been entered.
SetImage(NSImage, int)
Documentation for this section has not yet been entered.
SetImageScaling(NSImageScaling, int)
Documentation for this section has not yet been entered.
SetLabel(string, int)
Documentation for this section has not yet been entered.
SetMenu(NSMenu, int)
Documentation for this section has not yet been entered.
SetSelected(bool, int)
Documentation for this section has not yet been entered.
SetTag(int, int)
Documentation for this section has not yet been entered.
SetToolTip(string, int)
Documentation for this section has not yet been entered.
SetWidth(float, int)
Documentation for this section has not yet been entered.