Class ReturnKeyStateSetEventArgs

Definition

Namespace:
Tizen.Uix.InputMethod
Assembly:
Tizen.Uix.InputMethod.dll
API Level:
4

This class contains the data related to the ReturnKeyStateSet event.

C#
Copy
public class ReturnKeyStateSetEventArgs
Inheritance
ReturnKeyStateSetEventArgs

Properties

View Source

State

The bool state to disable the Return key. The Return key is enabled by default.

Declaration
C#
Copy
public bool State { get; }
Property Value
Type Description
Boolean
API Level: 4