C# Class SecureDeleteWinForms.CustomActionEditor

Afficher le fichier Open project: gratianlup/SecureDelete

Méthodes publiques

Méthode Description
CustomActionEditor ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddButton_Click ( object sender, EventArgs e ) : void
AddVariable ( ) : void
ArgumentsTextbox_TextChanged ( object sender, EventArgs e ) : void
BrowseButton_Click ( object sender, EventArgs e ) : void
DirectoryTextbox_TextChanged ( object sender, EventArgs e ) : void
EnabledCheckbox_CheckedChanged ( object sender, EventArgs e ) : void
HandleNewAction ( ) : void
InitializeComponent ( ) : void

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

IsLockedAction ( IAction action ) : bool
LoadVariable ( EnvironmentVariable variable ) : void
LoadVariables ( ) : void
PathTextbox_TextChanged ( object sender, EventArgs e ) : void
RemoveAll ( ) : void
RemoveButton_ButtonClick ( object sender, EventArgs e ) : void
RemoveSelected ( ) : void
SendStatusChanged ( ) : void
SetEnabledState ( bool state, bool checkboxState ) : void
TimeLimitCheckbox_CheckedChanged ( object sender, EventArgs e ) : void
TimeLimitValue_ValueChanged ( object sender, EventArgs e ) : void
UpdateVariableInfo ( ) : void
VariableEditor_KeyDown ( object sender, KeyEventArgs e ) : void
VariableEditor_Leave ( object sender, EventArgs e ) : void
VariableEditor_TextChanged ( object sender, EventArgs e ) : void
VariableInList ( string name ) : bool
VariablesList_AfterLabelEdit ( object sender, LabelEditEventArgs e ) : void
VariablesList_MouseUp ( object sender, MouseEventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
removeAllToolStripMenuItem_Click ( object sender, EventArgs e ) : void
removeSelectedToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

CustomActionEditor() public méthode

public CustomActionEditor ( ) : System
Résultat System

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