Class InputMethodContext

    Definition

    Namespace:
    Tizen.Uix.InputMethod
    Assembly:
    Tizen.Uix.InputMethod.dll

    This class represents the context of the InputMethodEditor.

    public class InputMethodContext
    Inheritance
    object
    InputMethodContext

    Properties

    View Source

    AutoCapitalization

    Gets the autocapital type information.

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

    BiDirection

    Gets the text bidirectional information.

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

    CursorPosition

    Gets the cursor position information.

    Declaration
    public int CursorPosition { get; }
    Property Value
    Type Description
    int
    View Source

    InputHint

    Gets the input hint information.

    Declaration
    public InputHints InputHint { get; }
    Property Value
    Type Description
    InputHints
    View Source

    Language

    Gets the preferred language information.

    Declaration
    public InputPanelLanguage Language { get; }
    Property Value
    Type Description
    InputPanelLanguage
    View Source

    Layout

    Gets the layout information.

    Declaration
    public InputPanelLayout Layout { get; }
    Property Value
    Type Description
    InputPanelLayout
    View Source

    LayoutVariation

    Gets the layout variation information.

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

    PasswordMode

    Gets the password mode information.

    Declaration
    public bool PasswordMode { get; }
    Property Value
    Type Description
    bool
    View Source

    PredictionMode

    Gets the prediction mode information.

    Declaration
    public bool PredictionMode { get; }
    Property Value
    Type Description
    bool
    View Source

    ReturnKey

    Gets the Return key label type information.

    Declaration
    public InputPanelReturnKey ReturnKey { get; }
    Property Value
    Type Description
    InputPanelReturnKey
    View Source

    ReturnKeyState

    Gets the Return key state information.

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