C# Class Rsdn.Janus.JanusScintilla

Add some janus-specific functionality.
Inheritance: ScintillaEditor
Afficher le fichier Open project: rsdn/janus

Méthodes publiques

Méthode Description
PreProcessMessage ( Message &msg ) : bool

Process janus-specific format of clipboard.

Méthodes protégées

Méthode Description
OnKeyDown ( KeyEventArgs e ) : void

Private Methods

Méthode Description
SendMessage ( IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam ) : IntPtr

Method Details

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

PreProcessMessage() public méthode

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