C# Class _3PA.Scintilla

Use this class to communicate with scintilla
Afficher le fichier Open project: jcaillon/3P

Méthodes publiques

Méthode Description
Scintilla ( IntPtr scintillaHandle ) : System
Send ( SciMsg msg ) : IntPtr
Send ( SciMsg msg, IntPtr wParam ) : IntPtr
Send ( SciMsg msg, IntPtr wParam, IntPtr lParam ) : IntPtr
UpdateScintillaDirectMessage ( IntPtr scintillaHandle ) : void

Should be called each time the current scintilla changes to send the messages to the right instance of scintilla Instanciates the direct message function

Method Details

Scintilla() public méthode

public Scintilla ( IntPtr scintillaHandle ) : System
scintillaHandle System.IntPtr
Résultat System

Send() public méthode

public Send ( SciMsg msg ) : IntPtr
msg SciMsg
Résultat System.IntPtr

Send() public méthode

public Send ( SciMsg msg, IntPtr wParam ) : IntPtr
msg SciMsg
wParam System.IntPtr
Résultat System.IntPtr

Send() public méthode

public Send ( SciMsg msg, IntPtr wParam, IntPtr lParam ) : IntPtr
msg SciMsg
wParam System.IntPtr
lParam System.IntPtr
Résultat System.IntPtr

UpdateScintillaDirectMessage() public méthode

Should be called each time the current scintilla changes to send the messages to the right instance of scintilla Instanciates the direct message function
public UpdateScintillaDirectMessage ( IntPtr scintillaHandle ) : void
scintillaHandle System.IntPtr
Résultat void