Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Cocoa
OutlineView
C# Class Cocoa.OutlineView
Inheritance:
Control
Datei anzeigen
Open project: mono/cocoa-sharp
Class Usage Examples
Public Methods
Method
Description
ExpandItem
(
Cocoa
item
) :
void
ItemAtRow
(
int
row
) :
Object
OutlineView
(
IntPtr
native_object
) :
System
ReloadData
( ) :
void
Method Details
ExpandItem()
public
method
public
ExpandItem
(
Cocoa
item
) :
void
item
Cocoa
return
void
ItemAtRow()
public
method
public
ItemAtRow
(
int
row
) :
Object
row
int
return
Object
OutlineView()
public
method
public
OutlineView
(
IntPtr
native_object
) :
System
native_object
System.IntPtr
return
System
ReloadData()
public
method
public
ReloadData
( ) :
void
return
void