NSTabView
NSTabView()
NSTabView(CGRect)
NSTabView(IntPtr)
NSTabView(NativeHandle)
NSTabView(NSCoder)
NSTabView(NSObjectFlag)
AllowsTruncatedLabels
BorderType
ClassHandle
ContentRect
ControlSize
ControlTint
Count
Delegate
DrawsBackground
Font
Items
MinimumSize
Selected
ShouldSelectTabViewItem
TabPosition
TabViewType
WeakDelegate
Add(NSTabViewItem)
Dispose(Boolean)
IndexOf(NSObject)
IndexOf(NSTabViewItem)
Insert(NSTabViewItem, nint)
Insert(NSTabViewItem, nint)
Item(nint)
Item(nint)
Remove(NSTabViewItem)
Select(NSObject)
Select(NSTabViewItem)
SelectAt(nint)
SelectAt(nint)
SelectFirst(NSObject)
SelectLast(NSObject)
SelectNext(NSObject)
SelectPrevious(NSObject)
SetItems(NSTabViewItem[])
TabViewItemAtPoint(CGPoint)
TakeSelectedTabViewItemFrom(NSObject)
DidSelect
NumberOfItemsChanged
WillSelect
xamarinmac
namespace AppKit
{
[Register("NSTabView", true)]
public class NSTabView : NSView
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Deprecated(PlatformName.MacOSX, 10, 14, PlatformArchitecture.None, "The 'ControlTint' property is not honored on 10.14.")]
public virtual NSControlTint ControlTint
{
[Deprecated(PlatformName.MacOSX, 10, 14, PlatformArchitecture.None, "The 'ControlTint' property is not honored on 10.14.")]
[Export("controlTint")]
get;
[Deprecated(PlatformName.MacOSX, 10, 14, PlatformArchitecture.None, "The 'ControlTint' property is not honored on 10.14.")]
[Export("setControlTint:")]
set;
}
}
}
.NET | 6.07.08.09.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