C# Class BindaTests.NeededObjects.PostWithOptionsPrefixForm

Afficher le fichier Open project: minton/binda Class Usage Examples

Méthodes publiques

Свойство Type Description
cbPublishState System.Windows.Forms.ComboBox
cboCategory System.Windows.Forms.ComboBox
dpDate System.Windows.Forms.DateTimePicker
nudHitCount System.Windows.Forms.NumericUpDown
txtAuthor System.Windows.Forms.TextBox
txtBody System.Windows.Forms.TextBox
txtPostLocation System.Windows.Forms.TextBox
txtTitle System.Windows.Forms.TextBox

Méthodes publiques

Méthode Description
PostWithOptionsPrefixForm ( ) : System.Windows.Forms

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.

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

PostWithOptionsPrefixForm() public méthode

public PostWithOptionsPrefixForm ( ) : System.Windows.Forms
Résultat System.Windows.Forms

Property Details

cbPublishState public_oe property

public System.Windows.Forms.ComboBox cbPublishState
Résultat System.Windows.Forms.ComboBox

cboCategory public_oe property

public System.Windows.Forms.ComboBox cboCategory
Résultat System.Windows.Forms.ComboBox

dpDate public_oe property

public System.Windows.Forms.DateTimePicker dpDate
Résultat System.Windows.Forms.DateTimePicker

nudHitCount public_oe property

public System.Windows.Forms.NumericUpDown nudHitCount
Résultat System.Windows.Forms.NumericUpDown

txtAuthor public_oe property

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

txtBody public_oe property

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

txtPostLocation public_oe property

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

txtTitle public_oe property

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