C# Class System.Windows.Forms.ListBox.ListboxDataSource

Inheritance: NSTableViewDataSource
Show file Open project: Clancey/MonoMac.Windows.Form

Public Properties

Property Type Description
dataArray ObjectCollection

Public Methods

Method Description
GetObjectValue ( MonoMac.AppKit.NSTableView tableView, NSTableColumn tableColumn, int row ) : NSObject
GetRowCount ( MonoMac.AppKit.NSTableView tableView ) : int
ListboxDataSource ( ListBox listBox ) : System
ListboxDataSource ( ListBox listBox, ObjectCollection Items ) : System
ListboxDataSource ( ListBox listBox, object theObject ) : System

Method Details

GetObjectValue() public method

public GetObjectValue ( MonoMac.AppKit.NSTableView tableView, NSTableColumn tableColumn, int row ) : NSObject
tableView MonoMac.AppKit.NSTableView
tableColumn NSTableColumn
row int
return MonoMac.Foundation.NSObject

GetRowCount() public method

public GetRowCount ( MonoMac.AppKit.NSTableView tableView ) : int
tableView MonoMac.AppKit.NSTableView
return int

ListboxDataSource() public method

public ListboxDataSource ( ListBox listBox ) : System
listBox ListBox
return System

ListboxDataSource() public method

public ListboxDataSource ( ListBox listBox, ObjectCollection Items ) : System
listBox ListBox
Items ObjectCollection
return System

ListboxDataSource() public method

public ListboxDataSource ( ListBox listBox, object theObject ) : System
listBox ListBox
theObject object
return System

Property Details

dataArray public property

public ObjectCollection dataArray
return ObjectCollection