Class ReturnKeyStateSetEventArgs
Definition
- Namespace:
- Tizen.Uix.InputMethod
- Assembly:
- Tizen.Uix.InputMethod.dll
This class contains the data related to the ReturnKeyStateSet event.
public class ReturnKeyStateSetEventArgs
- Inheritance
-
objectReturnKeyStateSetEventArgs
Properties
View SourceState
The bool state to disable the Return key. The Return key is enabled by default.
Declaration
public bool State { get; }
Property Value
Type | Description |
---|---|
bool |