C# Class MarkdownEditor.MarkdownSharpEditorForm

ファイルを表示 Open project: abstractspoon/ToDoList_Plugins

Protected Properties

Property Type Description
inputTextBox System.Windows.Forms.TextBox

Public Methods

Method Description
MarkdownSharpEditorForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( System e ) : void
OnPaintBackground ( System e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

UpdateOutput ( ) : void
alternateHorizontalVerticalLayoutToolStripMenuItem_Click ( object sender, EventArgs e ) : void
exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
inputTextBox_TextChanged ( object sender, EventArgs e ) : void
reloadDocumentToolStripMenuItem_Click ( object sender, EventArgs e ) : void

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

MarkdownSharpEditorForm() public method

public MarkdownSharpEditorForm ( ) : System
return System

OnPaint() protected method

protected OnPaint ( System e ) : void
e System
return void

OnPaintBackground() protected method

protected OnPaintBackground ( System e ) : void
e System
return void

Property Details

inputTextBox protected_oe property

protected System.Windows.Forms.TextBox inputTextBox
return System.Windows.Forms.TextBox