C# Class RhinoDLR_Python.OptionsForm

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Public Methods

Method Description
ShowOptionsDialog ( System owner ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

ItemDoubleClick ( object sender, EventArgs e ) : void
OnAddToSearchPath ( object sender, EventArgs e ) : void
OnMoveDownInSearchPath ( object sender, EventArgs e ) : void
OnMoveUpInSearchPath ( object sender, EventArgs e ) : void
OnOpenPath ( object sender, EventArgs e ) : void
OnRemoveFromSearchPath ( object sender, EventArgs e ) : void
OnRestoreDefaults ( object sender, EventArgs e ) : void
OnSearchPathItemSelect ( object sender, EventArgs e ) : void
OptionsForm ( ) : System
btnAdd_Click ( object sender, EventArgs e ) : void
btnRemove_Click ( 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

ShowOptionsDialog() public static method

public static ShowOptionsDialog ( System owner ) : void
owner System
return void