C# Class Rsdn.Janus.JanusScintilla

Add some janus-specific functionality.
Inheritance: ScintillaEditor
显示文件 Open project: rsdn/janus

Public Methods

Method Description
PreProcessMessage ( Message &msg ) : bool

Process janus-specific format of clipboard.

Protected Methods

Method Description
OnKeyDown ( KeyEventArgs e ) : void

Private Methods

Method Description
SendMessage ( IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam ) : IntPtr

Method Details

OnKeyDown() protected method

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
return void

PreProcessMessage() public method

Process janus-specific format of clipboard.
public PreProcessMessage ( Message &msg ) : bool
msg System.Windows.Forms.Message
return bool