Class InputMethodContext
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
-
InputMethodContext
Properties
View SourceAutoCapitalization
Gets the autocapital type information.
Declaration
public AutoCapitalization AutoCapitalization { get; }
Property Value
Type | Description |
---|---|
AutoCapitalization |
API Level: 4
View SourceBiDirection
Gets the text bidirectional information.
Declaration
public BiDirection BiDirection { get; }
Property Value
Type | Description |
---|---|
BiDirection |
API Level: 4
View SourceCursorPosition
Gets the cursor position information.
Declaration
public int CursorPosition { get; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 4
View SourceInputHint
Gets the input hint information.
Declaration
public InputHints InputHint { get; }
Property Value
Type | Description |
---|---|
InputHints |
API Level: 4
View SourceLanguage
Gets the preferred language information.
Declaration
public InputPanelLanguage Language { get; }
Property Value
Type | Description |
---|---|
InputPanelLanguage |
API Level: 4
View SourceLayout
Gets the layout information.
Declaration
public InputPanelLayout Layout { get; }
Property Value
Type | Description |
---|---|
InputPanelLayout |
API Level: 4
View SourceLayoutVariation
Gets the layout variation information.
Declaration
public LayoutVariation LayoutVariation { get; }
Property Value
Type | Description |
---|---|
LayoutVariation |
API Level: 4
View SourcePasswordMode
Gets the password mode information.
Declaration
public bool PasswordMode { get; }
Property Value
Type | Description |
---|---|
Boolean |
API Level: 4
View SourcePredictionMode
Gets the prediction mode information.
Declaration
public bool PredictionMode { get; }
Property Value
Type | Description |
---|---|
Boolean |
API Level: 4
View SourceReturnKey
Gets the Return key label type information.
Declaration
public InputPanelReturnKey ReturnKey { get; }
Property Value
Type | Description |
---|---|
InputPanelReturnKey |
API Level: 4
View SourceReturnKeyState
Gets the Return key state information.
Declaration
public bool ReturnKeyState { get; }
Property Value
Type | Description |
---|---|
Boolean |