Gets or sets a value indicating the current activation state of the text view generator. It can be activated, deactivated or disabled.
public ActivationState ActivationState { get; set; }Public Property ActivationState() As ActivationState| Member | Description |
|---|---|
| Activated | The text view generator is activated, which means that it has the keyboard input focus. |
| Deactivated | The text view generator is deactivated, which means that it has not the keyboard input focus. |
| Disabled | The text view generator is disabled, which means that it cannot get the keyboard input focus. |