C# Class Rsdn.Janus.MessageForm

Datei anzeigen Open project: rsdn/janus Class Usage Examples

Public Methods

Method Description
InsertText ( string text ) : void
MessageForm ( [ provider, MessageFormMode mode, MessageInfo message ) : System
Redo ( ) : void
SaveMessage ( ) : void
SendMessage ( ) : void
ShowFindAndReplace ( ) : void
ShowPreview ( ) : void
SurroundText ( string start, string end, bool newLine ) : void
Undo ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosed ( EventArgs e ) : void
OnClosing ( CancelEventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void

Private Methods

Method Description
CustomInitializeComponent ( ) : void
FormatSubject ( ) : string
IPreviewSource ( ) : string
InitializeComponent ( ) : void

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

InsertBoldTag ( ) : void
InsertCodeTag ( ) : void
InsertCsTag ( ) : void
InsertItalicTag ( ) : void
InsertLastLanguageTag ( ) : void
InsertNemerleTag ( ) : void
InsertQTag ( ) : void
InsertStrikeTag ( ) : void
InsertUnderlineTag ( ) : void
InsertUrlTag ( ) : void
InsertVbTag ( ) : void
MessageEditorAutocompleteSelected ( object sender, AutocompleteSelectedEventArgs e ) : void
MessageEditorCharAdded ( object sender, KeyPressEventArgs e ) : void
MessageEditorIsModifiedChanged ( object sender, EventArgs e ) : void
MessageEditorModified ( object sender, ModifiedEventArgs e ) : void
MessageEditorStyleNeeded ( object sender, StyleNeededEventArgs e ) : void
OnIsModifiedChanged ( ) : void
OnModified ( ) : void
OnStyleChanged ( object s, StyleChangeEventArgs e ) : void
SaveMessage ( bool closeOnSave ) : void
SmartIndent ( ) : void

Конструирует отступ с повторением рисунков пробелов предыдущей строки.

SubjectTextBoxModifiedChanged ( object sender, EventArgs e ) : void
SubjectTextBoxTextChanged ( object sender, EventArgs e ) : void
UpdateOutboxMessage ( IOutboxMessage mi ) : void
UpdateStyle ( ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

InsertText() public method

public InsertText ( string text ) : void
text string
return void

MessageForm() public method

public MessageForm ( [ provider, MessageFormMode mode, MessageInfo message ) : System
provider [
mode MessageFormMode
message MessageInfo
return System

OnClosed() protected method

protected OnClosed ( EventArgs e ) : void
e EventArgs
return void

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnKeyDown() protected method

protected OnKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
return void

Redo() public method

public Redo ( ) : void
return void

SaveMessage() public method

public SaveMessage ( ) : void
return void

SendMessage() public method

public SendMessage ( ) : void
return void

ShowFindAndReplace() public method

public ShowFindAndReplace ( ) : void
return void

ShowPreview() public method

public ShowPreview ( ) : void
return void

SurroundText() public method

public SurroundText ( string start, string end, bool newLine ) : void
start string
end string
newLine bool
return void

Undo() public method

public Undo ( ) : void
return void