NSSegmentedCell
NSSegmentedCell()
NSSegmentedCell(IntPtr)
NSSegmentedCell(NativeHandle)
NSSegmentedCell(NSCoder)
NSSegmentedCell(NSImage)
NSSegmentedCell(NSObjectFlag)
NSSegmentedCell(String)
ClassHandle
SegmentCount
SegmentStyle
SelectedSegment
TrackingMode
DrawSegment(nint, CGRect, NSView)
DrawSegment(nint, CGRect, NSView)
GetImageForSegment(nint)
GetImageForSegment(nint)
GetImageScaling(nint)
GetImageScaling(nint)
GetLabel(nint)
GetLabel(nint)
GetMenu(nint)
GetMenu(nint)
GetTag(nint)
GetTag(nint)
GetToolTip(nint)
GetToolTip(nint)
GetWidth(nint)
GetWidth(nint)
InsertSegmentAfterSelection()
InsertSegmentBeforeSelection()
IsEnabled(nint)
IsEnabled(nint)
IsSelected(nint)
IsSelected(nint)
SelectSegment(nint)
SelectSegment(nint)
SetEnabled(Boolean, nint)
SetEnabled(Boolean, nint)
SetImage(NSImage, nint)
SetImage(NSImage, nint)
SetImageScaling(NSImageScaling, nint)
SetImageScaling(NSImageScaling, nint)
SetLabel(String, nint)
SetLabel(String, nint)
SetMenu(NSMenu, nint)
SetMenu(NSMenu, nint)
SetSelected(Boolean, nint)
SetSelected(Boolean, nint)
SetTag(nint, nint)
SetTag(nint, nint)
SetToolTip(String, nint)
SetToolTip(String, nint)
SetWidth(nfloat, nint)
SetWidth(NFloat, nint)
xamarinmac
namespace AppKit
{
[Register("NSSegmentedCell", true)]
public class NSSegmentedCell : NSActionCell
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("selectSegmentWithTag:")]
public virtual bool SelectSegment(nint tag);
}
}
Xamarin macOS | 0.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API