C# Class AkaneMail.MailEditorForm

Mostra file Open project: hijirichan/AkaneMail Class Usage Examples

Public Properties

Property Type Description
attachFileNameList string[]
attachName string
buttonAttachList System.Windows.Forms.ToolStripDropDownButton
buttonCopy System.Windows.Forms.ToolStripButton
buttonCut System.Windows.Forms.ToolStripButton
buttonPaste System.Windows.Forms.ToolStripButton
comboPriority System.Windows.Forms.ComboBox
textAddress System.Windows.Forms.TextBox
textBcc System.Windows.Forms.TextBox
textBody System.Windows.Forms.TextBox
textCc System.Windows.Forms.TextBox
textSubject System.Windows.Forms.TextBox

Public Methods

Method Description
GetMailSize ( ) : string

送信箱に格納するときのメールサイズ取得

MailEditorForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

使用中のリソースをすべてクリーンアップします。

Private Methods

Method Description
Application_Idle ( object sender, EventArgs e ) : void
BeforeClosing ( MainForm form ) : void

このフォームを閉じる前の引継ぎをします。

CleanAttach ( ) : void
DoInActiveTextBox ( Action action ) : void
GetAttaches ( ) : string
InitializeComponent ( ) : void

デザイナ サポートに必要なメソッドです。このメソッドの内容を コード エディタで変更しないでください。

MailEditorForm_DragDrop ( object sender, DragEventArgs e ) : void
MailEditorForm_DragEnter ( object sender, DragEventArgs e ) : void
MailEditorForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
MailEditorForm_Load ( object sender, EventArgs e ) : void
MailEditorForm_Resize ( object sender, EventArgs e ) : void
SuppresMultiDialogs ( findDialog dialog, dialogMode dialogMode, TextBox textBox ) : void

ダイアログの二重起動を防ぎます。

TextEdited ( object sender, EventArgs e ) : void
buttonAttachList_DropDownItemClicked ( object sender, ToolStripItemClickedEventArgs e ) : void
menuClose_Click ( object sender, EventArgs e ) : void
menuCopy_Click ( object sender, EventArgs e ) : void
menuCut_Click ( object sender, EventArgs e ) : void
menuDelete_Click ( object sender, EventArgs e ) : void
menuEdit_DropDownOpening ( object sender, EventArgs e ) : void
menuFind_Click ( object sender, EventArgs e ) : void
menuHelpAbout_Click ( object sender, EventArgs e ) : void
menuPaste_Click ( object sender, EventArgs e ) : void
menuReplace_Click ( object sender, EventArgs e ) : void
menuSelectAll_Click ( object sender, EventArgs e ) : void
menuSendMailBox_Click ( object sender, EventArgs e ) : void
menuSendMail_Click ( object sender, EventArgs e ) : void
menuSetAttachFile_Click ( object sender, EventArgs e ) : void
menuUndo_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

使用中のリソースをすべてクリーンアップします。
protected Dispose ( bool disposing ) : void
disposing bool マネージ リソースが破棄される場合 true、破棄されない場合は false です。
return void

GetMailSize() public method

送信箱に格納するときのメールサイズ取得
public GetMailSize ( ) : string
return string

MailEditorForm() public method

public MailEditorForm ( ) : System
return System

Property Details

attachFileNameList public_oe property

public string[] attachFileNameList
return string[]

attachName public_oe property

public string attachName
return string

buttonAttachList public_oe property

public System.Windows.Forms.ToolStripDropDownButton buttonAttachList
return System.Windows.Forms.ToolStripDropDownButton

buttonCopy public_oe property

public System.Windows.Forms.ToolStripButton buttonCopy
return System.Windows.Forms.ToolStripButton

buttonCut public_oe property

public System.Windows.Forms.ToolStripButton buttonCut
return System.Windows.Forms.ToolStripButton

buttonPaste public_oe property

public System.Windows.Forms.ToolStripButton buttonPaste
return System.Windows.Forms.ToolStripButton

comboPriority public_oe property

public System.Windows.Forms.ComboBox comboPriority
return System.Windows.Forms.ComboBox

textAddress public_oe property

public System.Windows.Forms.TextBox textAddress
return System.Windows.Forms.TextBox

textBcc public_oe property

public System.Windows.Forms.TextBox textBcc
return System.Windows.Forms.TextBox

textBody public_oe property

public System.Windows.Forms.TextBox textBody
return System.Windows.Forms.TextBox

textCc public_oe property

public System.Windows.Forms.TextBox textCc
return System.Windows.Forms.TextBox

textSubject public_oe property

public System.Windows.Forms.TextBox textSubject
return System.Windows.Forms.TextBox