C# Class AutoWikiBrowser.MyPreferences

Show file Open project: reedy/AutoWikiBrowser Class Usage Examples

Public Properties

Property Type Description
FocusSiteTab bool
TextBoxFont Font

Private Properties

Property Type Description
FixCustomProject void
InitializeComponent void
btnOk_Click void
btnSetFile_Click void
btnTextBoxFont_Click void
chkAutoSaveEdit_CheckedChanged void
chkDomain_CheckedChanged void
cmboCustomProjectChanged void
cmboOnLoad_SelectedIndexChanged void
cmboProject_SelectedIndexChanged void
txtCustomProject_Leave void

Public Methods

Method Description
MyPreferences ( string lang, ProjectEnum proj, string customproj, string protocol ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnActivated ( EventArgs e ) : void

Private Methods

Method Description
FixCustomProject ( ) : void
InitializeComponent ( ) : void

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

btnOk_Click ( object sender, EventArgs e ) : void
btnSetFile_Click ( object sender, EventArgs e ) : void
btnTextBoxFont_Click ( object sender, EventArgs e ) : void
chkAutoSaveEdit_CheckedChanged ( object sender, EventArgs e ) : void
chkDomain_CheckedChanged ( object sender, EventArgs e ) : void
cmboCustomProjectChanged ( object sender, EventArgs e ) : void
cmboOnLoad_SelectedIndexChanged ( object sender, EventArgs e ) : void
cmboProject_SelectedIndexChanged ( object sender, EventArgs e ) : void
txtCustomProject_Leave ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

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

MyPreferences() public method

public MyPreferences ( string lang, ProjectEnum proj, string customproj, string protocol ) : System
lang string
proj ProjectEnum
customproj string
protocol string
return System

OnActivated() protected method

protected OnActivated ( EventArgs e ) : void
e EventArgs
return void

Property Details

FocusSiteTab public property

public bool FocusSiteTab
return bool

TextBoxFont public property

public Font TextBoxFont
return Font