MonoMac.AppKit.NSTabView Members

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

See Also: Inherited members from MonoMac.AppKit.NSView

Public Constructors

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 NSTabView with the specified frame.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

AllowsTruncatedLabelsbool. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
ContentRectSystem.Drawing.RectangleF. Documentation for this section has not yet been entered.
ControlSizeNSControlSize. Documentation for this section has not yet been entered.
ControlTintNSControlTint. Documentation for this section has not yet been entered.
[read-only]
Countint. Documentation for this section has not yet been entered.
DelegateNSTabViewDelegate. An instance of the MonoMac.AppKit.NSTabViewDelegate model class which acts as the class delegate.
DrawsBackgroundbool. Documentation for this section has not yet been entered.
FontNSFont. Documentation for this section has not yet been entered.
[read-only]
ItemsNSTabViewItem[]. Documentation for this section has not yet been entered.
[read-only]
MinimumSizeSystem.Drawing.SizeF. Documentation for this section has not yet been entered.
[read-only]
SelectedNSTabViewItem. Documentation for this section has not yet been entered.
ShouldSelectTabViewItemNSTabViewPredicate. Delegate invoked by the object to get a value.
TabViewTypeNSTabViewType. Documentation for this section has not yet been entered.

Public Methods

Add(NSTabViewItem)
Documentation for this section has not yet been entered.
IndexOf(NSTabViewItem) : int
Documentation for this section has not yet been entered.
IndexOf(MonoMac.Foundation.NSObject) : int
Documentation for this section has not yet been entered.
Insert(NSTabViewItem, int)
Documentation for this section has not yet been entered.
Item(int) : NSTabViewItem
Documentation for this section has not yet been entered.
Remove(NSTabViewItem)
Documentation for this section has not yet been entered.
Select(NSTabViewItem)
Documentation for this section has not yet been entered.
Select(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
SelectAt(int)
Documentation for this section has not yet been entered.
SelectFirst(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
SelectLast(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
SelectNext(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
SelectPrevious(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
TabViewItemAtPoint(System.Drawing.PointF) : NSTabViewItem
Documentation for this section has not yet been entered.
TakeSelectedTabViewItemFrom(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the NSTabView object.

Public Events

DidSelectEvent raised by the object.
NumberOfItemsChangedEvent raised by the object.
WillSelectEvent raised by the object.