C# Class PluginWizard.WizardForm

Inheritance: System.Windows.Forms.Form
Mostra file Open project: gratianlup/SecureDelete Class Usage Examples

Public Properties

Property Type Description
AuthorValue System.Windows.Forms.TextBox
DescriptionValue System.Windows.Forms.TextBox
GuidValue System.Windows.Forms.TextBox
MajorVersionValue System.Windows.Forms.TextBox
MinorVersionValue System.Windows.Forms.TextBox
NameValue System.Windows.Forms.TextBox
OptionsCheckbox System.Windows.Forms.CheckBox

Public Methods

Method Description
WizardForm ( ) : System

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.

button1_Click ( object sender, EventArgs e ) : void
button3_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

WizardForm() public method

public WizardForm ( ) : System
return System

Property Details

AuthorValue public_oe property

public System.Windows.Forms.TextBox AuthorValue
return System.Windows.Forms.TextBox

DescriptionValue public_oe property

public System.Windows.Forms.TextBox DescriptionValue
return System.Windows.Forms.TextBox

GuidValue public_oe property

public System.Windows.Forms.TextBox GuidValue
return System.Windows.Forms.TextBox

MajorVersionValue public_oe property

public System.Windows.Forms.TextBox MajorVersionValue
return System.Windows.Forms.TextBox

MinorVersionValue public_oe property

public System.Windows.Forms.TextBox MinorVersionValue
return System.Windows.Forms.TextBox

NameValue public_oe property

public System.Windows.Forms.TextBox NameValue
return System.Windows.Forms.TextBox

OptionsCheckbox public_oe property

public System.Windows.Forms.CheckBox OptionsCheckbox
return System.Windows.Forms.CheckBox