C# Class PluginWizard.WizardForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: gratianlup/SecureDelete Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
WizardForm ( ) : System

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.

button1_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void

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

WizardForm() public méthode

public WizardForm ( ) : System
Résultat System

Property Details

AuthorValue public_oe property

public System.Windows.Forms.TextBox AuthorValue
Résultat System.Windows.Forms.TextBox

DescriptionValue public_oe property

public System.Windows.Forms.TextBox DescriptionValue
Résultat System.Windows.Forms.TextBox

GuidValue public_oe property

public System.Windows.Forms.TextBox GuidValue
Résultat System.Windows.Forms.TextBox

MajorVersionValue public_oe property

public System.Windows.Forms.TextBox MajorVersionValue
Résultat System.Windows.Forms.TextBox

MinorVersionValue public_oe property

public System.Windows.Forms.TextBox MinorVersionValue
Résultat System.Windows.Forms.TextBox

NameValue public_oe property

public System.Windows.Forms.TextBox NameValue
Résultat System.Windows.Forms.TextBox

OptionsCheckbox public_oe property

public System.Windows.Forms.CheckBox OptionsCheckbox
Résultat System.Windows.Forms.CheckBox