C# Class BindaTests.NeededObjects.PostWithOptionsForm

Inheritance: System.Windows.Forms.Form
Mostra file Open project: minton/binda Class Usage Examples

Public Properties

Property Type Description
Author System.Windows.Forms.TextBox
Body System.Windows.Forms.TextBox
Date System.Windows.Forms.DateTimePicker
HitCount System.Windows.Forms.NumericUpDown
PostLocation System.Windows.Forms.TextBox
PublishState System.Windows.Forms.ComboBox
Title System.Windows.Forms.TextBox

Public Methods

Method Description
PostWithOptionsForm ( ) : 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.

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

PostWithOptionsForm() public method

public PostWithOptionsForm ( ) : System
return System

Property Details

Author public_oe property

public System.Windows.Forms.TextBox Author
return System.Windows.Forms.TextBox

Body public_oe property

public System.Windows.Forms.TextBox Body
return System.Windows.Forms.TextBox

Date public_oe property

public System.Windows.Forms.DateTimePicker Date
return System.Windows.Forms.DateTimePicker

HitCount public_oe property

public System.Windows.Forms.NumericUpDown HitCount
return System.Windows.Forms.NumericUpDown

PostLocation public_oe property

public System.Windows.Forms.TextBox PostLocation
return System.Windows.Forms.TextBox

PublishState public_oe property

public System.Windows.Forms.ComboBox PublishState
return System.Windows.Forms.ComboBox

Title public_oe property

public System.Windows.Forms.TextBox Title
return System.Windows.Forms.TextBox