#include <scintillaif.h>
Inheritance diagram for CRecordingScintilla:
Public Methods | |
long | SPerform (long Msg, WPARAM wParam=0, LPARAM lParam=0) |
Protected Methods | |
virtual void | Record (long Msg, WPARAM wParam, LPARAM lParam)=0 |
|
SPerform uses either SendMessage or the function pointer (Perform) to run scintilla commands on the relevant scintilla control. Reimplemented from CScintilla. |