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