Class InputMethod
Definition
- Assembly:
- Tizen.NUI.dll
A class encapsulating the input method map.
public class InputMethod
- Inheritance
-
objectInput
Method
Constructors
View SourceInputMethod()
The default constructor.
Declaration
public InputMethod()
Properties
View SourceActionButton
Gets or sets the action button.
Declaration
public InputMethod.ActionButtonTitleType ActionButton { get; set; }
Property Value
Type | Description |
---|---|
Input |
AutoCapital
Gets or sets the auto capital.
Declaration
public InputMethod.AutoCapitalType AutoCapital { get; set; }
Property Value
Type | Description |
---|---|
Input |
NormalVariation
Gets or sets the variation for normal layout.
Declaration
public InputMethod.NormalLayoutType NormalVariation { get; set; }
Property Value
Type | Description |
---|---|
Input |
NumberOnlyVariation
Gets or sets the variation for the number only layout.
Declaration
public InputMethod.NumberOnlyLayoutType NumberOnlyVariation { get; set; }
Property Value
Type | Description |
---|---|
Input |
OutputMap
Gets the input method map.
Declaration
public PropertyMap OutputMap { get; }
Property Value
Type | Description |
---|---|
Property |
PanelLayout
Gets or sets the panel layout.
Declaration
public InputMethod.PanelLayoutType PanelLayout { get; set; }
Property Value
Type | Description |
---|---|
Input |
PasswordVariation
Gets or sets the variation for the password layout.
Declaration
public InputMethod.PasswordLayoutType PasswordVariation { get; set; }
Property Value
Type | Description |
---|---|
Input |
Variation
Gets or sets the variation.
Declaration
public int Variation { get; set; }
Property Value
Type | Description |
---|---|
int |