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 |
Method | Description | |
---|---|---|
PostWithOptionsForm ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public System.Windows.Forms.TextBox Author | ||
return | System.Windows.Forms.TextBox |
public System.Windows.Forms.TextBox Body | ||
return | System.Windows.Forms.TextBox |
public System.Windows.Forms.DateTimePicker Date | ||
return | System.Windows.Forms.DateTimePicker |
public System.Windows.Forms.NumericUpDown HitCount | ||
return | System.Windows.Forms.NumericUpDown |
public System.Windows.Forms.TextBox PostLocation | ||
return | System.Windows.Forms.TextBox |
public System.Windows.Forms.ComboBox PublishState | ||
return | System.Windows.Forms.ComboBox |