C# Class ShellPager, heap-prof

Inheritance: Notebook
Datei anzeigen Open project: mono/heap-prof Class Usage Examples

Public Properties

Property Type Description
Parent Shell,

Public Methods

Method Description
AppendPage ( ShellComponent, sc ) : int
ShellPager ( Shell, p ) : System
TitleChanged ( ShellComponent, sc ) : void

Method Details

AppendPage() public method

public AppendPage ( ShellComponent, sc ) : int
sc ShellComponent,
return int

ShellPager() public method

public ShellPager ( Shell, p ) : System
p Shell,
return System

TitleChanged() public method

public TitleChanged ( ShellComponent, sc ) : void
sc ShellComponent,
return void

Property Details

Parent public_oe property

public Shell, Parent
return Shell,