A collection of recording configuration parameters.
| C# | Visual Basic | Visual C++ |
public class RecorderConfig : Configuration..::.AbstractConfig
Public Class RecorderConfig _ Inherits Configuration..::.AbstractConfig
public ref class RecorderConfig : public Configuration..::.AbstractConfig
| All Members | Methods | Properties | Fields | ||
| Icon | Member | Description |
|---|---|---|
| conf |
The Configuration the wrapper class should provide access to.
(Inherited from Configuration..::.AbstractConfig.) | |
| EnableClickHighlight |
Gets or sets a value indicating whether clicked elements should be highlighted during recording.
| |
| EnableCoordinates |
Gets or sets a value indicating whether to record relative coordinates for each clicked element.
| |
| EnableScreenshots |
Gets or sets a value indicating whether screenshots should be made during recording.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| FormBounds |
Gets or sets the bounds of the recorder form at startup.
| |
| FormState |
Gets or sets the windows state of the recorder form at startup.
| |
| GeneratedCodeClassName |
Gets or sets the name of the class to use for generated recorder code.
| |
| GeneratedCodeLanguage |
Gets or sets the default language for generated code.
| |
| GeneratedCodeNamespace |
Gets or sets the namespace to use for generated recorder code.
| |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| KeyActionTime |
Gets or sets the default total action time for new keyboard-related recording items.
| |
| KeySequenceSplitTime |
Gets or sets the split time for key sequence generation. Key sequences are split up if
pauses between keypresses exceed this value.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| MouseActionTime |
Gets or sets the default total action time (delay + movetime) for new mouse-related recording items.
| |
| MouseMoveTime |
Gets or sets the default mouse move time for new mouse-related recording items.
| |
| ReplayGenerateReport |
Gets or sets a value indicating whether a report should be generated when replaying.
| |
| ToString()()() | (Inherited from Object.) | |
| UseDefaultLogging |
Gets or sets a value indicating whether to use default messages for the recorder items that have a default logging message.
|
| Object | ||
| Configuration..::.AbstractConfig | ||
| Configuration..::.RecorderConfig | ||
