Class ReturnKeyStateSetEventArgs
Definition
- Namespace:
- Tizen.Uix.Input
Method
- Assembly:
- Tizen.Uix.InputMethod.dll
This class contains the data related to the ReturnKeyStateSet event.
public class ReturnKeyStateSetEventArgs
- Inheritance
-
objectReturn
Key State Set Event Args
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 |