Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
Data required by the IMF from the callback.
public class InputMethodContext.CallbackData : Disposable, IDisposable
- Inheritance
-
object
InputMethodContext.CallbackData
- Implements
-
System.IDisposable
Constructors
Declaration
Declaration
public CallbackData(bool aUpdate, int aCursorPosition, string aCurrentText, bool aPreeditResetRequired)
Parameters
Type |
Name |
Description |
bool |
aUpdate |
True if the cursor position needs to be updated.
|
int |
aCursorPosition |
The new position of the cursor.
|
string |
aCurrentText |
The current text string.
|
bool |
aPreeditResetRequired |
Flag if preedit reset is required.
|
Fields
Declaration
protected bool swigCMemOwn
Field Value
Properties
Declaration
public string CurrentText { get; set; }
Property Value
View Source
CursorPosition
The current cursor position.
Declaration
public int CursorPosition { get; set; }
Property Value
View Source
PreeditResetRequired
Flags if the pre-edit reset is required.
Declaration
public bool PreeditResetRequired { get; set; }
Property Value
View Source
Update
The state if the cursor position needs to be updated.
Declaration
public bool Update { get; set; }
Property Value
Methods
View Source
Dispose(DisposeTypes)
You can override it to clean-up your own resources.
Declaration
protected override void Dispose(DisposeTypes type)
Parameters
Overrides
Implements
System.IDisposable