Show / Hide Table of Contents

ConfigurationFlags Property

ConfigurationFlags

Flags that define the mode and other configurable options for this slot.

C#
public override ConfigurationFlags ConfigurationFlags { get; set; }

Property Value

Type Description
ConfigurationFlags

Overrides

SlotConfigureBase.ConfigurationFlags

Exceptions

Type Condition
InvalidOperationException

Thrown if an invalid flag set is specified.

Remarks

Use10msPacing Add an inter-character pacing time of 10ms between keystrokes.
Use20msPacing Add an inter-character pacing time of 20ms between keystrokes.
In this article
Back to top Generated by DocFX