Property IsKeypress
IsKeypress
Gets or sets a value indicating whether the delay is between key presses. This makes it possible to ignore such kinds of delays and/or override them without breaking the logic
Declaration
public bool IsKeypress { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
|