The members of MonoMac.AppKit.NSSegmentedControl are listed below.
See Also: Inherited members from MonoMac.AppKit.NSControl
| Default constructor, initializes a new instance of this class. | ||
| 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. | ||
| Initializes the NSSegmentedControl with the specified frame. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| Cell | NSSegmentedCell. Documentation for this section has not yet been entered. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| SegmentCount | int. Documentation for this section has not yet been entered. | |
| SegmentStyle | NSSegmentStyle. Documentation for this section has not yet been entered. | |
| SelectedSegment | int. Documentation for this section has not yet been entered. |
GetImage(int)Documentation for this section has not yet been entered. | ||
GetImageScaling(int)Documentation for this section has not yet been entered. | ||
GetLabel(int)Documentation for this section has not yet been entered. | ||
GetMenu(int)Documentation for this section has not yet been entered. | ||
GetWidth(int)Documentation for this section has not yet been entered. | ||
IsEnabled(int)Documentation for this section has not yet been entered. | ||
IsSelectedForSegment(int)Documentation for this section has not yet been entered. | ||
SelectSegment(int)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. | ||
SetWidth(float, int)Documentation for this section has not yet been entered. | ||
UnselectAllSegments()Documentation for this section has not yet been entered. | ||