Class InputMethod

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    A class encapsulating the input method map.

    public class InputMethod
    Inheritance
    object
    InputMethod

    Constructors

    View Source

    InputMethod()

    The default constructor.

    Declaration
    public InputMethod()

    Properties

    View Source

    ActionButton

    Gets or sets the action button.

    Declaration
    public InputMethod.ActionButtonTitleType ActionButton { get; set; }
    Property Value
    Type Description
    InputMethod.ActionButtonTitleType
    View Source

    AutoCapital

    Gets or sets the auto capital.

    Declaration
    public InputMethod.AutoCapitalType AutoCapital { get; set; }
    Property Value
    Type Description
    InputMethod.AutoCapitalType
    View Source

    NormalVariation

    Gets or sets the variation for normal layout.

    Declaration
    public InputMethod.NormalLayoutType NormalVariation { get; set; }
    Property Value
    Type Description
    InputMethod.NormalLayoutType
    View Source

    NumberOnlyVariation

    Gets or sets the variation for the number only layout.

    Declaration
    public InputMethod.NumberOnlyLayoutType NumberOnlyVariation { get; set; }
    Property Value
    Type Description
    InputMethod.NumberOnlyLayoutType
    View Source

    OutputMap

    Gets the input method map.

    Declaration
    public PropertyMap OutputMap { get; }
    Property Value
    Type Description
    PropertyMap
    View Source

    PanelLayout

    Gets or sets the panel layout.

    Declaration
    public InputMethod.PanelLayoutType PanelLayout { get; set; }
    Property Value
    Type Description
    InputMethod.PanelLayoutType
    View Source

    PasswordVariation

    Gets or sets the variation for the password layout.

    Declaration
    public InputMethod.PasswordLayoutType PasswordVariation { get; set; }
    Property Value
    Type Description
    InputMethod.PasswordLayoutType
    View Source

    Variation

    Gets or sets the variation.

    Declaration
    public int Variation { get; set; }
    Property Value
    Type Description
    int
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX