C# 클래스 WinDoc.MainWindow

파일 보기 프로젝트 열기: mono/mono-tools 1 사용 예제들

공개 메소드들

메소드 설명
MainWindow ( string initialUrl ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Nettoyage des ressources utilisées.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

MainWindow() 공개 메소드

public MainWindow ( string initialUrl ) : System
initialUrl string
리턴 System