C# Class Cocoa.OutlineView

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

Méthodes publiques

Méthode Description
ExpandItem ( Cocoa item ) : void
ItemAtRow ( int row ) : Object
OutlineView ( IntPtr native_object ) : System
ReloadData ( ) : void

Method Details

ExpandItem() public méthode

public ExpandItem ( Cocoa item ) : void
item Cocoa
Résultat void

ItemAtRow() public méthode

public ItemAtRow ( int row ) : Object
row int
Résultat Object

OutlineView() public méthode

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

ReloadData() public méthode

public ReloadData ( ) : void
Résultat void