A hook that can be used to create a log of keyboard and mouse events.
Declaration Syntax
C# |
public class JournalRecordHook : JournalHook
Members
All Members | Constructors | Events | |||
Icon | Member | Description |
---|---|---|
JournalRecordHook()()() |
Creates a new journal record hook.
| |
RecordEvent |
Occurs when an event can be recorded.
| |
SystemModalDialogAppeared |
Occurs when a system modal dialog appears. This may be used
to stop recording.
| |
SystemModalDialogDisappeared |
Occurs when a system modal dialog disappears. This may be used
to continue recording.
|
Inheritance Hierarchy
Object | |||||
MarshalByRefObject | |||||
Component | |||||
Hook | |||||
JournalHook | |||||
JournalRecordHook |