Class InputMethodContext
Definition
- Namespace:
- Tizen.Uix.Input
Method
- Assembly:
- Tizen.Uix.InputMethod.dll
This class represents the context of the InputMethodEditor.
public class InputMethodContext
- Inheritance
-
objectInput
Method Context
Properties
View SourceAutoCapitalization
Gets the autocapital type information.
Declaration
public AutoCapitalization AutoCapitalization { get; }
Property Value
Type | Description |
---|---|
Auto |
BiDirection
Gets the text bidirectional information.
Declaration
public BiDirection BiDirection { get; }
Property Value
Type | Description |
---|---|
Bi |
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 |
---|---|
Input |
Language
Gets the preferred language information.
Declaration
public InputPanelLanguage Language { get; }
Property Value
Type | Description |
---|---|
Input |
Layout
Gets the layout information.
Declaration
public InputPanelLayout Layout { get; }
Property Value
Type | Description |
---|---|
Input |
LayoutVariation
Gets the layout variation information.
Declaration
public LayoutVariation LayoutVariation { get; }
Property Value
Type | Description |
---|---|
Layout |
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 |
---|---|
Input |
ReturnKeyState
Gets the Return key state information.
Declaration
public bool ReturnKeyState { get; }
Property Value
Type | Description |
---|---|
bool |