Class InputMethod

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

A class encapsulating the input method map.

C#
Copy
public class InputMethod
Inheritance
System.Object
InputMethod

Constructors

View Source

InputMethod()

The default constructor.

Declaration
C#
Copy
public InputMethod()
API Level: 3

Properties

View Source

ActionButton

Gets or sets the action button.

Declaration
C#
Copy
public InputMethod.ActionButtonTitleType ActionButton { get; set; }
Property Value
Type Description
InputMethod.ActionButtonTitleType
API Level: 3
View Source

AutoCapital

Gets or sets the auto capital.

Declaration
C#
Copy
public InputMethod.AutoCapitalType AutoCapital { get; set; }
Property Value
Type Description
InputMethod.AutoCapitalType
API Level: 3
View Source

NormalVariation

Gets or sets the variation for normal layout.

Declaration
C#
Copy
public InputMethod.NormalLayoutType NormalVariation { get; set; }
Property Value
Type Description
InputMethod.NormalLayoutType
API Level: 3
View Source

NumberOnlyVariation

Gets or sets the variation for the number only layout.

Declaration
C#
Copy
public InputMethod.NumberOnlyLayoutType NumberOnlyVariation { get; set; }
Property Value
Type Description
InputMethod.NumberOnlyLayoutType
API Level: 3
View Source

OutputMap

Gets the input method map.

Declaration
C#
Copy
public PropertyMap OutputMap { get; }
Property Value
Type Description
PropertyMap
API Level: 3
View Source

PanelLayout

Gets or sets the panel layout.

Declaration
C#
Copy
public InputMethod.PanelLayoutType PanelLayout { get; set; }
Property Value
Type Description
InputMethod.PanelLayoutType
API Level: 3
View Source

PasswordVariation

Gets or sets the variation for the password layout.

Declaration
C#
Copy
public InputMethod.PasswordLayoutType PasswordVariation { get; set; }
Property Value
Type Description
InputMethod.PasswordLayoutType
API Level: 3
View Source

Variation

Gets or sets the variation.

Declaration
C#
Copy
public int Variation { get; set; }
Property Value
Type Description
Int32
API Level: 3