C# Class Planetarium_Plugin.RenameDictionary

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: coachlab/Planetarium-PowerPoint-Plugin

Méthodes publiques

Свойство Type Description
keyword string

Méthodes publiques

Méthode Description
RenameDictionary ( ) : System

Initialises panel for renaming a dictionary

resetDictionary ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

RenameDictionary_Load ( object sender, EventArgs e ) : void

Loads list of available dictionaries on a combobox

cmbDictionaries_Click ( object sender, EventArgs e ) : void

Makes sure new dictionaries reflect when user clicks on combobox

cmbDictionaries_SelectedIndexChanged ( object sender, EventArgs e ) : void

Initialises dictionary name and location for dictionary to be renamed and opens selected dictionary to verify that user is renaming the intended dictionary

cmdRenameSave_Click ( object sender, EventArgs e ) : void

Does the actual renaming of a dictionary

cmdSaveChanges_Click ( object sender, EventArgs e ) : void

Saves all changes and reinitialises controls to allow for renaming of another dictionary

reload ( ) : void

Reloads dictionaries to make sure user is working with updated/ latest dictionaries

Method Details

Dispose() protected méthode

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

RenameDictionary() public méthode

Initialises panel for renaming a dictionary
public RenameDictionary ( ) : System
Résultat System

resetDictionary() public méthode

public resetDictionary ( ) : void
Résultat void

Property Details

keyword public_oe property

public string keyword
Résultat string