C# Class SphereStudio.SettingsPages.SettingsPage

Inheritance: System.Windows.Forms.UserControl, ISettingsPage
Show file Open project: Radnen/spherestudio

Public Methods

Method Description
Apply ( ) : bool
SettingsPage ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

Method Description
AddPathButton_Click ( object sender, EventArgs e ) : void
DownButton_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

PathList_SelectedIndexChanged ( object sender, EventArgs e ) : void
RemovePathButton_Click ( object sender, EventArgs e ) : void
UpButton_Click ( object sender, EventArgs e ) : void

Method Details

Apply() public method

public Apply ( ) : bool
return bool

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

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

SettingsPage() public method

public SettingsPage ( ) : System
return System