C# 클래스 AkaneMail.MailEditorForm

파일 보기 프로젝트 열기: hijirichan/AkaneMail 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
GetMailSize ( ) : string

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

MailEditorForm ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

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

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

GetMailSize() 공개 메소드

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

MailEditorForm() 공개 메소드

public MailEditorForm ( ) : System
리턴 System

프로퍼티 상세

attachFileNameList 공개적으로 프로퍼티

public string[] attachFileNameList
리턴 string[]

attachName 공개적으로 프로퍼티

public string attachName
리턴 string

buttonAttachList 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripDropDownButton buttonAttachList
리턴 System.Windows.Forms.ToolStripDropDownButton

buttonCopy 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripButton buttonCopy
리턴 System.Windows.Forms.ToolStripButton

buttonCut 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripButton buttonCut
리턴 System.Windows.Forms.ToolStripButton

buttonPaste 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripButton buttonPaste
리턴 System.Windows.Forms.ToolStripButton

comboPriority 공개적으로 프로퍼티

public System.Windows.Forms.ComboBox comboPriority
리턴 System.Windows.Forms.ComboBox

textAddress 공개적으로 프로퍼티

public System.Windows.Forms.TextBox textAddress
리턴 System.Windows.Forms.TextBox

textBcc 공개적으로 프로퍼티

public System.Windows.Forms.TextBox textBcc
리턴 System.Windows.Forms.TextBox

textBody 공개적으로 프로퍼티

public System.Windows.Forms.TextBox textBody
리턴 System.Windows.Forms.TextBox

textCc 공개적으로 프로퍼티

public System.Windows.Forms.TextBox textCc
리턴 System.Windows.Forms.TextBox

textSubject 공개적으로 프로퍼티

public System.Windows.Forms.TextBox textSubject
리턴 System.Windows.Forms.TextBox