C# Класс _3PA.Scintilla

Use this class to communicate with scintilla
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Scintilla() публичный Метод

public Scintilla ( IntPtr scintillaHandle ) : System
scintillaHandle System.IntPtr
Результат System

Send() публичный Метод

public Send ( SciMsg msg ) : IntPtr
msg SciMsg
Результат System.IntPtr

Send() публичный Метод

public Send ( SciMsg msg, IntPtr wParam ) : IntPtr
msg SciMsg
wParam System.IntPtr
Результат System.IntPtr

Send() публичный Метод

public Send ( SciMsg msg, IntPtr wParam, IntPtr lParam ) : IntPtr
msg SciMsg
wParam System.IntPtr
lParam System.IntPtr
Результат System.IntPtr

UpdateScintillaDirectMessage() публичный Метод

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
Результат void