C# Class ThoNohT.NohBoard.Forms.SaveStyleAsForm

The form used to save a style under a new name.
Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: ThoNohT/NohBoard Class Usage Examples

Private Properties

Property Type Description
FillStyles void
InitializeComponent void
SaveButton_Click void
SaveStyleAsForm_Load void
chkGlobal_CheckedChanged void

Public Methods

Method Description
SaveStyleAsForm ( ) : System.IO

Initializes a new instance of the SaveStyleAsForm class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
FillStyles ( ) : void

Fills the list of known styles.

InitializeComponent ( ) : void

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

SaveButton_Click ( object sender, System e ) : void

Saves the style to the chosen location and name.

SaveStyleAsForm_Load ( object sender, System e ) : void

Initializes the form, decides whether or not global styles can be used and prefills the list of already known styles.

chkGlobal_CheckedChanged ( object sender, System e ) : void

Handles the switch between global and definition specific styles. Re-fills the list of known styles.

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

SaveStyleAsForm() public method

Initializes a new instance of the SaveStyleAsForm class.
public SaveStyleAsForm ( ) : System.IO
return System.IO