C# 클래스 GUI.FirefoxDialog.FirefoxDialog

파일 보기 프로젝트 열기: binaryage/xrefresh

공개 메소드들

메소드 설명
AddPage ( string text, PropertyPage page ) : void
AddPage ( string text, int imageIndex, PropertyPage page ) : void
FirefoxDialog ( ) : System
Init ( ) : void
UpdatePages ( ) : void

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
ActivatePage ( Pabo item ) : bool
AddPage ( Pabo item, PropertyPage page ) : void
Apply ( ) : void
Close ( ) : void
GetMozItem ( string text ) : Pabo.MozBar.MozItem
GetMozItem ( string text, int imageIndex ) : Pabo.MozBar.MozItem
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

applyButton_Click ( object sender, EventArgs e ) : void
buttonReset_Click ( object sender, EventArgs e ) : void
cancelButton_Click ( object sender, EventArgs e ) : void
mozPane1_ItemClick ( object sender, Pabo e ) : void

메소드 상세

AddPage() 공개 메소드

public AddPage ( string text, PropertyPage page ) : void
text string
page PropertyPage
리턴 void

AddPage() 공개 메소드

public AddPage ( string text, int imageIndex, PropertyPage page ) : void
text string
imageIndex int
page PropertyPage
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

FirefoxDialog() 공개 메소드

public FirefoxDialog ( ) : System
리턴 System

Init() 공개 메소드

public Init ( ) : void
리턴 void

UpdatePages() 공개 메소드

public UpdatePages ( ) : void
리턴 void