C# Class WinDoc.MainWindow

Mostrar archivo Open project: mono/mono-tools Class Usage Examples

Public Methods

Method Description
MainWindow ( string initialUrl ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Nettoyage des ressources utilisées.

Private Methods

Method Description
AppendDocTreeNode ( Node node, TreeNode treeNode, string imageKey = null ) : void
FillUpIndex ( ) : void
IndexSearchCallback ( object sender, EventArgs e ) : void
IndexUpdaterCallback ( object sender, EventArgs e ) : void
InflateTreeNode ( TreeNode tn ) : void
InitializeComponent ( ) : void

Méthode requise pour la prise en charge du concepteur - ne modifiez pas le contenu de cette méthode avec l'éditeur de code.

LoadHtml ( string html ) : void
LoadMultipleMatchData ( IndexEntry entry ) : void
LoadUrl ( string url, bool syncTreeView = false, HelpSource source = null, bool addToHistory = true ) : void
MainWindow_Load ( object sender, EventArgs e ) : void
ReloadSearchData ( ) : void
RenderTopicMatch ( Topic t ) : string
SearchCallback ( object sender, EventArgs e ) : void
SetupBookmarks ( ) : void
SetupDocTree ( ) : void
SetupSearch ( ) : void
ShowNodeInTree ( Node node ) : bool
bkAdd_Click ( object sender, EventArgs e ) : void
bkModify_Click ( object sender, EventArgs e ) : void
bkRemove_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Nettoyage des ressources utilisées.
protected Dispose ( bool disposing ) : void
disposing bool true si les ressources managées doivent être supprimées ; sinon, false.
return void

MainWindow() public method

public MainWindow ( string initialUrl ) : System
initialUrl string
return System