Definition
- Namespace:
- Tizen.Uix.InputMethod
- Assembly:
- Tizen.Uix.InputMethod.dll
- API Level:
- 4
This class represents the context of the InputMethodEditor.
public class InputMethodContext
- Inheritance
-
System.Object
InputMethodContext
Properties
View Source
AutoCapitalization
Gets the autocapital type information.
Declaration
public AutoCapitalization AutoCapitalization { get; }
Property Value
API Level: 4
View Source
BiDirection
Gets the text bidirectional information.
Declaration
public BiDirection BiDirection { get; }
Property Value
API Level: 4
View Source
CursorPosition
Gets the cursor position information.
Declaration
public int CursorPosition { get; }
Property Value
Type |
Description |
System.Int32 |
|
API Level: 4
Declaration
public InputHints InputHint { get; }
Property Value
API Level: 4
View Source
Language
Gets the preferred language information.
Declaration
public InputPanelLanguage Language { get; }
Property Value
API Level: 4
Declaration
public InputPanelLayout Layout { get; }
Property Value
API Level: 4
View Source
LayoutVariation
Gets the layout variation information.
Declaration
public LayoutVariation LayoutVariation { get; }
Property Value
API Level: 4
View Source
PasswordMode
Gets the password mode information.
Declaration
public bool PasswordMode { get; }
Property Value
Type |
Description |
System.Boolean |
|
API Level: 4
View Source
PredictionMode
Gets the prediction mode information.
Declaration
public bool PredictionMode { get; }
Property Value
Type |
Description |
System.Boolean |
|
API Level: 4
View Source
ReturnKey
Gets the Return key label type information.
Declaration
public InputPanelReturnKey ReturnKey { get; }
Property Value
API Level: 4
View Source
ReturnKeyState
Gets the Return key state information.
Declaration
public bool ReturnKeyState { get; }
Property Value
Type |
Description |
System.Boolean |
|
API Level: 4