MonoMac.AppKit.NSBrowser Members

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

See Also: Inherited members from MonoMac.AppKit.NSControl

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

Public Properties

AllowsBranchSelectionbool. Documentation for this section has not yet been entered.
AllowsEmptySelectionbool. Documentation for this section has not yet been entered.
AllowsMultipleSelectionbool. Documentation for this section has not yet been entered.
AllowsTypeSelectbool. Documentation for this section has not yet been entered.
AutohidesScrollerbool. Documentation for this section has not yet been entered.
BackgroundColorNSColor. Documentation for this section has not yet been entered.
static
CellClassMonoMac.ObjCRuntime.Class. Documentation for this section has not yet been entered.
CellPrototypeMonoMac.Foundation.NSObject. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
ColumnResizingTypeNSBrowserColumnResizingType. Documentation for this section has not yet been entered.
ColumnsAutosaveNamestring. Documentation for this section has not yet been entered.
DefaultColumnWidthfloat. Documentation for this section has not yet been entered.
DelegateNSBrowserDelegate. An instance of the MonoMac.AppKit.NSBrowserDelegate model class which acts as the class delegate.
DoubleActionMonoMac.ObjCRuntime.Selector. Documentation for this section has not yet been entered.
[read-only]
FirstVisibleColumnint. Documentation for this section has not yet been entered.
HasHorizontalScrollerbool. Documentation for this section has not yet been entered.
LastColumnint. Documentation for this section has not yet been entered.
[read-only]
LastVisibleColumnint. Documentation for this section has not yet been entered.
[read-only]
Loadedbool. Documentation for this section has not yet been entered.
MatrixClassMonoMac.ObjCRuntime.Class. Documentation for this section has not yet been entered.
MaxVisibleColumnsint. Documentation for this section has not yet been entered.
MinColumnWidthfloat. Documentation for this section has not yet been entered.
Pathstring. Documentation for this section has not yet been entered.
PathSeparatorstring. Documentation for this section has not yet been entered.
PrefersAllColumnUserResizingbool. Documentation for this section has not yet been entered.
ReusesColumnsbool. Documentation for this section has not yet been entered.
RowHeightfloat. Documentation for this section has not yet been entered.
SelectionIndexPathMonoMac.Foundation.NSIndexPath. Documentation for this section has not yet been entered.
SelectionIndexPathsMonoMac.Foundation.NSIndexPath[]. Documentation for this section has not yet been entered.
SendsActionOnArrowKeysbool. Documentation for this section has not yet been entered.
SeparatesColumnsbool. Documentation for this section has not yet been entered.
TakesTitleFromPreviousColumnbool. Documentation for this section has not yet been entered.
Titledbool. Documentation for this section has not yet been entered.
[read-only]
TitleHeightfloat. Documentation for this section has not yet been entered.
[read-only]
VisibleColumnsint. Documentation for this section has not yet been entered.
WeakDelegateMonoMac.Foundation.NSObject. An object that can respond to the delegate protocol for this type

Public Methods

AddColumn()
Documentation for this section has not yet been entered.
CanDragRowsWithIndexes(MonoMac.Foundation.NSIndexSet, int, NSEvent) : bool
Documentation for this section has not yet been entered.
ClickedColumn() : int
Documentation for this section has not yet been entered.
ClickedRow() : int
Documentation for this section has not yet been entered.
ColumnContentWidthForColumnWidth(float) : float
Documentation for this section has not yet been entered.
ColumnFrame(int) : System.Drawing.RectangleF
Documentation for this section has not yet been entered.
ColumnInsideFrame(int) : System.Drawing.RectangleF
Documentation for this section has not yet been entered.
ColumnOfMatrix(NSMatrix) : int
Documentation for this section has not yet been entered.
ColumnPath(int) : string
Documentation for this section has not yet been entered.
ColumnTitle(int) : string
Documentation for this section has not yet been entered.
ColumnWidthForColumnContentWidth(float) : float
Documentation for this section has not yet been entered.
DoClick(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
DoDoubleClick(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
DrawTitle(int, System.Drawing.RectangleF)
Documentation for this section has not yet been entered.
EditItemAtIndexPath(MonoMac.Foundation.NSIndexPath, NSEvent, bool)
Documentation for this section has not yet been entered.
GetColumnWidth(int) : float
Documentation for this section has not yet been entered.
GetRowColumnforPoint(out int, out int, System.Drawing.PointF) : bool
Documentation for this section has not yet been entered.
IndexPathForColumn(int) : MonoMac.Foundation.NSIndexPath
Documentation for this section has not yet been entered.
IsLeafItem(MonoMac.Foundation.NSObject) : bool
Documentation for this section has not yet been entered.
ItemAtIndexPath(MonoMac.Foundation.NSIndexPath) : MonoMac.Foundation.NSObject
Documentation for this section has not yet been entered.
ItemAtRowinColumn(int, int) : MonoMac.Foundation.NSObject
Documentation for this section has not yet been entered.
LoadColumnZero()
Documentation for this section has not yet been entered.
LoadedCell(int, int) : NSCell
Documentation for this section has not yet been entered.
MatrixInColumn(int) : NSMatrix
Documentation for this section has not yet been entered.
NoteHeightOfRows(MonoMac.Foundation.NSIndexSet, int)
Documentation for this section has not yet been entered.
ParentForItems(int) : MonoMac.Foundation.NSObject
Documentation for this section has not yet been entered.
ReloadColumn(int)
Documentation for this section has not yet been entered.
ReloadData(MonoMac.Foundation.NSIndexSet, int)
Documentation for this section has not yet been entered.
static
RemoveSavedColumnsWithAutosaveName(string)
Documentation for this section has not yet been entered.
RowFrame(int, int) : System.Drawing.RectangleF
Documentation for this section has not yet been entered.
ScrollColumnsLeftBy(int)
Documentation for this section has not yet been entered.
ScrollColumnsRightBy(int)
Documentation for this section has not yet been entered.
ScrollColumnToVisible(int)
Documentation for this section has not yet been entered.
ScrollRowToVisible(int, int)
Documentation for this section has not yet been entered.
Select(int, int)
Documentation for this section has not yet been entered.
SelectAll(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
SelectedCell() : MonoMac.Foundation.NSObject
Documentation for this section has not yet been entered.
SelectedCellInColumn(int) : MonoMac.Foundation.NSObject
Documentation for this section has not yet been entered.
SelectedCells() : NSCell[]
Documentation for this section has not yet been entered.
SelectedColumn() : int
Documentation for this section has not yet been entered.
SelectedRow(int) : int
Documentation for this section has not yet been entered.
SelectedRowIndexes(int) : MonoMac.Foundation.NSIndexSet
Documentation for this section has not yet been entered.
SelectRowIndexes(MonoMac.Foundation.NSIndexSet, int)
Documentation for this section has not yet been entered.
SendAction() : bool
Documentation for this section has not yet been entered.
SetColumnResizingType(NSBrowserColumnResizingType)
Documentation for this section has not yet been entered.
SetColumnWidth(float, int)
Documentation for this section has not yet been entered.
SetDraggingSourceOperationMask(NSDragOperation, bool)
Documentation for this section has not yet been entered.
SetTitle(string, int)
Documentation for this section has not yet been entered.
Tile()
Documentation for this section has not yet been entered.
TitleFrameOfColumn(int) : System.Drawing.RectangleF
Documentation for this section has not yet been entered.
ValidateVisibleColumns()
Documentation for this section has not yet been entered.

Protected Methods

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

Public Events

DoubleClickDocumentation for this section has not yet been entered.