Class InputMethodContext

Definition

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

This class represents the context of the InputMethodEditor.

C#
Copy
public class InputMethodContext
Inheritance
InputMethodContext

Properties

View Source

AutoCapitalization

Gets the autocapital type information.

Declaration
C#
Copy
public AutoCapitalization AutoCapitalization { get; }
Property Value
Type Description
AutoCapitalization
API Level: 4
View Source

BiDirection

Gets the text bidirectional information.

Declaration
C#
Copy
public BiDirection BiDirection { get; }
Property Value
Type Description
BiDirection
API Level: 4
View Source

CursorPosition

Gets the cursor position information.

Declaration
C#
Copy
public int CursorPosition { get; }
Property Value
Type Description
System.Int32
API Level: 4
View Source

InputHint

Gets the input hint information.

Declaration
C#
Copy
public InputHints InputHint { get; }
Property Value
Type Description
InputHints
API Level: 4
View Source

Language

Gets the preferred language information.

Declaration
C#
Copy
public InputPanelLanguage Language { get; }
Property Value
Type Description
InputPanelLanguage
API Level: 4
View Source

Layout

Gets the layout information.

Declaration
C#
Copy
public InputPanelLayout Layout { get; }
Property Value
Type Description
InputPanelLayout
API Level: 4
View Source

LayoutVariation

Gets the layout variation information.

Declaration
C#
Copy
public LayoutVariation LayoutVariation { get; }
Property Value
Type Description
LayoutVariation
API Level: 4
View Source

PasswordMode

Gets the password mode information.

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

PredictionMode

Gets the prediction mode information.

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

ReturnKey

Gets the Return key label type information.

Declaration
C#
Copy
public InputPanelReturnKey ReturnKey { get; }
Property Value
Type Description
InputPanelReturnKey
API Level: 4
View Source

ReturnKeyState

Gets the Return key state information.

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