C# Class Cocoa.TableView

Inheritance: Control
Afficher le fichier Open project: mono/cocoa-sharp

Méthodes publiques

Méthode Description
AddTableColumn ( TableColumn column ) : void
ReloadData ( ) : void
TableView ( IntPtr native_object ) : System
TableView ( Rect frame ) : System

Method Details

AddTableColumn() public méthode

public AddTableColumn ( TableColumn column ) : void
column TableColumn
Résultat void

ReloadData() public méthode

public ReloadData ( ) : void
Résultat void

TableView() public méthode

public TableView ( IntPtr native_object ) : System
native_object System.IntPtr
Résultat System

TableView() public méthode

public TableView ( Rect frame ) : System
frame Rect
Résultat System